guillermooo / Vintageous

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

Remove lines with regular expression #951

Open zhuzelong opened 9 years ago

zhuzelong commented 9 years ago

I try to remove lines starting with the symbol "#" in ST3 by:

:g/^#/

It deleted all lines EXCEPT those starting with #, exactly contrary to what I suppose. And the command :g! or :v are not supported in Vintageous.

Could I remove lines with RE in Vintageous?