XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.31k stars 181 forks source link

Fixes invalid selection position when entering visual mode if line includes TABS #362

Closed zengadget closed 3 years ago

zengadget commented 3 years ago

Fixes "jumping" of the cursor when entering visual mode on a line that includes TABS. The issue was reported also here. https://github.com/XVimProject/XVim2/issues/252

This is simplified fix of another PR which is now closed as this is better solution (Previous PR: https://github.com/XVimProject/XVim2/pull/359)

pebble8888 commented 3 years ago

Thanks. It is merged to develop branch.