-
Notifications
You must be signed in to change notification settings - Fork 89
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
Sneak_f in operator-pending mode is incorrect if the target is on eol/eof #291
Comments
tomtomjhj
added a commit
to tomtomjhj/vim-sneak
that referenced
this issue
Mar 31, 2022
f1eb049 (fix for justinmk#177) broke operator-pending mode f when the target is on eol/eof (justinmk#291). Revert that commit in order to fix justinmk#291, and introduce an alternative fix for justinmk#177: exit visual mode if target is not found. Fixes justinmk#291, justinmk#177
tomtomjhj
added a commit
to tomtomjhj/vim-sneak
that referenced
this issue
Mar 31, 2022
f1eb049 (fix for justinmk#177) broke operator-pending mode f when the target is on eol/eof (justinmk#291). Revert that commit in order to fix justinmk#291, and introduce an alternative fix for justinmk#177: exit visual mode if target is not found. Fixes justinmk#291, justinmk#177
tomtomjhj
changed the title
Sneak_f in operator-pending mode is incorrect if the target is on eol
Sneak_f in operator-pending mode is incorrect if the target is on eol/eof
Mar 31, 2022
The first one is a duplicate of #228. The second one I cannot reproduce. |
tomtomjhj
added a commit
to tomtomjhj/vim-sneak
that referenced
this issue
Jul 11, 2023
f1eb049 (fix for justinmk#177) broke operator-pending mode f when the target is on eol/eof (justinmk#291). Revert that commit in order to fix justinmk#291, and introduce an alternative fix for justinmk#177: exit visual mode if target is not found. Fixes justinmk#291, justinmk#177
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Configuration (tested on latest nvim/vim):
Buggy cases:
q
, rundfy
q
, rundfy
The text was updated successfully, but these errors were encountered: