Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cursor position error when display completion #337

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

asterwyx
Copy link
Contributor

@asterwyx asterwyx commented Mar 7, 2024

Triggering completion when cursor is in command might lead to cursor position error cause patch of bug 67102 trims trailing '\b' which is not suitable for this case. As 67102 is not totally resolved(I can still reproduce this), we just simply revert the modification.

Log: fix cursor position error when display completion
Issue: linuxdeepin/developer-center#5208
Related-To: https://pms.uniontech.com/bug-view-67102.html
Partially-Revert: 24ec7f9

Triggering completion when cursor is in command might lead to cursor
position error cause patch of bug 67102 trims trailing '\b' which
is not suitable for this case. As 67102 is not totally resolved(I
can still reproduce this), we just simply revert the modification.

Log: fix cursor position error when display completion
Issue: linuxdeepin/developer-center#5208
Related-To: https://pms.uniontech.com/bug-view-67102.html
Partially-Revert: linuxdeepin@24ec7f9
Copy link
Contributor

@ArchieMeng ArchieMeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ArchieMeng, asterwyx, kegechen

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ArchieMeng ArchieMeng merged commit 13948b7 into linuxdeepin:master Mar 7, 2024
17 checks passed
@asterwyx asterwyx deleted the completion branch March 7, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants