XVim
XVim copied to clipboard
Visual Line mode -- 'relativenumber' does not update based on line movement in this mode.
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
- Xcode Version [ 8.3.3 ]
- XVim branch and revision [ develop ]
- Keyboard Language [ en_us ]
- Input source language [ en_us ]
Please let me know if any more information is needed or this issue is not in the correct format for some reason.
Note that this also happens in visual block mode.