XVimProject / XVim

Xcode plugin for Vim keybindings
MIT License
5.16k stars 595 forks source link

Visual Line mode -- 'relativenumber' does not update based on line movement in this mode. #1080

Open graysoncroom opened 7 years ago

graysoncroom commented 7 years ago

Description

When in visual line mode, the current line the cursor is on does not get updated in the gutter where numbers are displayed. When relative numbers is set you can see that it does not get updated when you move the cursor to a new line like it does in normal vim.

Operation

Visual line navigation. The numbers (in the editor gutter) are not being updated when selecting lines to operate on in visual line mode.

Expected behaviour

Relative numbers should be updated when you move to a new line in visual line mode.

Environments

Please let me know if any more information is needed or this issue is not in the correct format for some reason.

graysoncroom commented 7 years ago

Note that this also happens in visual block mode.