guillermooo / Vintageous

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

replace word with special character is not working #1033

Open jasjuang opened 8 years ago

jasjuang commented 8 years ago

For example:

zz

:%s/zz/\/yy/g returns nothing, where it is supposed to return /yy

On the side note: replacing without special character is working properly

Please look into it, I appreciate it!