XVimProject / XVim2

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

Visual block selection issue #338

Open JianboYan opened 3 years ago

JianboYan commented 3 years ago

I found a bug when use Visual block selection:

some text like this:

some long text
some longer text
short
sh

when I input ⌃v3j$, vim will select all characters, but in Xvim, only first 2 characters be selected, it's determinate by the last line's length.

image

image