guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Visual block select stops at empty lines #1014

Open normenmueller opened 8 years ago

normenmueller commented 8 years ago

Visual block selection (Ctrl + V) stops at

For example:

first line
second line
<empty line, i.e., w/o any character not even a single white space>
third line
fourth line

Or:

1: This is a very long line with
automatic line wrap enabled.
2: <empty line, like above>
3: This is another very long line
with automatic line wrap enabled.
YayC commented 8 years ago

Came here to post this issue. You can enter visual block mode from an empty line, but it stops at the next one.