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

vim nvH and nvL do not work correctly #9805

Closed
Tyriar opened this issue Jul 26, 2016 · 1 comment
Closed

vim nvH and nvL do not work correctly #9805

Tyriar opened this issue Jul 26, 2016 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) VIM VIM issue
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Jul 26, 2016

These do not seem to function correctly:

  • nvH Select till first non white space character of nth line from the top of the view
  • nvL Select till first non white space character of nth line from the bottom of the view

Both seem to select to outside the view.

@Tyriar Tyriar added the bug Issue identified by VS Code Team member as probable bug label Jul 26, 2016
@sandy081 sandy081 added the VIM VIM issue label Jul 27, 2016
@sandy081 sandy081 added this to the July 2016 milestone Jul 27, 2016
@sandy081 sandy081 added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 27, 2016
@sandy081
Copy link
Member

This is dependent on the view port range computation in the editor. When a line is partially visible (wrapped), view port data some times containing the wrapped line of the line as starting line even though it is not visible.

This has to be fixed along with #9542.

Duplicates #9542

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) VIM VIM issue
Projects
None yet
Development

No branches or pull requests

2 participants