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

Wrong completion after i<a-;>! #4576

Open
vbauerster opened this issue Mar 27, 2022 · 0 comments
Open

Wrong completion after i<a-;>! #4576

vbauerster opened this issue Mar 27, 2022 · 0 comments
Labels

Comments

@vbauerster
Copy link
Contributor

Version of Kakoune

Kakoune v2021.11.08-135-geae8ea8a

Reproducer

Output of ! command executed after i<a-semicolon> triggers completion which if completed by <c-n> produces wrong result.

Reproducer 1:

kak -n -e 'exec \% c canonicalize<esc>o<a-semicolon>!printf\ canonicaliz<ret> <c-n>'

Reproducer 2:

kak -n -e 'exec \% c canonicalize<esc>o<a-semicolon>!printf\ canonicalize<ret> <c-n>'

Outcome

Output 1:

canonicalize
canonicalizez

Output 2:

canonicalize
canonicalizee

Expectations

Correct completions.

Additional information

Not sure but maybe it is because of #1468.

@vbauerster vbauerster added the bug label Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant