guillermooo / Vintageous

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

:g is not working as expected #1092

Open naquad opened 7 years ago

naquad commented 7 years ago

Buffer:

111
222
111
444
111

Command: :g/111/d

Expected result: delete lines containing 111

Actual result: no changes in the buffer.

Additionally :g!/222/d is bailing out with error: Vintageous: 'str' object has no attribute 'consume' (:g!/asd/d)

Edit: Sublime Text 3 build 3126, Vintageous 4.0.4

drei01 commented 7 years ago

I'm having this issue too.