guillermooo / Vintageous

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

`i>` and `a>` text objects behaving unexpectedly #1072

Open jgoz opened 8 years ago

jgoz commented 8 years ago

Version: 4.0.4, Windows 64 bit, Sublime 3 (3111)

Given the following (with cursor at |):

<some|text>

Typing vi> or va> will select from the cursor position to before or after the >, respectively.

Expected all text inside or around the <> pair to be selected.