We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
abcde 12345
<Enter>
abc
a
cw
yw
de
yk
p
The content becomes:
abcde
The paste content should be abc, not including the auto suggestion partial, which is as below:
The text was updated successfully, but these errors were encountered:
fix: paste contains auto-suggestion suffix (#86)
9c55145
Use `cw` or `yw`, `de`, `yk` and so on should not contain the auto suggestion suffix.
29bb188
jeffreytse
No branches or pull requests
Reproduce
<Enter>
to execute it.abc
(here we will get the auto suggestion suffix that first time we input).a
.cw
(oryw
,de
,yk
, etc).p
Result
The content becomes:
Expected behavior
The paste content should be
abc
, not including the auto suggestion partial, which is as below:The text was updated successfully, but these errors were encountered: