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

Incorrect end > bookmarks position after exiting visual mode #3104

Open
2 tasks
zadirion opened this issue Apr 11, 2024 · 0 comments
Open
2 tasks

Incorrect end > bookmarks position after exiting visual mode #3104

zadirion opened this issue Apr 11, 2024 · 0 comments

Comments

@zadirion
Copy link

zadirion commented Apr 11, 2024

Describe the bug
Selecting a text in visual mode and then exiting visual mode will create a '>' bookmark on the character immediately after the selection instead of on the last character of the selection. This is inconsistent with vim

To Reproduce
Steps to reproduce the behavior:
Given this buffer:
abcdefghij
with cursor on a, in normal mode, type:
vlll<ESC>`>

Notice the carret will jump to the letter 'e'

Expected behavior
The caret should stay on the letter 'd'

Environment (please complete the following information):

  • Visual Studio version: 2022 community
  • VsVim version: 2.10.0.6
  • Programming Language: plain text
  • Check(Type 'x') any that are installed:
    • ReSharper
    • Visual Assist
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

No branches or pull requests

1 participant