Vim
Vim copied to clipboard
Cursor doesn't stay in the same row when moving up/down when there's tabs in the middle of the line
Describe the bug When there's tabs to align text, going up/down causes the cursor to change columns
To Reproduce Steps to reproduce the behavior:
- Have any text that uses tab to align, ex:
h -> H
continue -> CONTINUE
- Put the cursor in the tabs
- Move cursor Up/Down
Expected behavior Cursor to stay in the same column
Screenshots

Environment (please complete the following information):
- Extension (VsCodeVim) version: 1.24.3
- VSCode version: 1.73.1 (commit 6261075646f055b99068d3688932416f2346dd3b)
- OS: Linux Mint 20.3 x64 5.4.0-132-generic
Additional context Happened while editing a plain text file (.txt)
This was fixed in #8756