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

Marks < and > are overwritten too soon #3072

Open
chtenb opened this issue Oct 7, 2023 · 0 comments
Open

Marks < and > are overwritten too soon #3072

chtenb opened this issue Oct 7, 2023 · 0 comments

Comments

@chtenb
Copy link

chtenb commented Oct 7, 2023

Describe the bug
The marks > and < are overwritten as soon as visual mode is entered.
This is not how vim behaves, and renders these marks useless in that scenario.
A related problem is that gv does not work from visual mode, while it should select the previously made visual selection.

To Reproduce
Steps to reproduce the behavior:

  1. Enter Visual mode and select something.
  2. Exit to normal mode and move somewhere else.
  3. Enter visual mode.
  4. Press < or > and notice this will not work as expected. Actuall `> will shift one place to the right, but that is because of this other bug: The `> register is off by one position. #3065
  • Visual Studio version: VS 2022
  • VsVim version: 2.10.0.6
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