Re: ViEmu does not support /gc?
One thing I can't get to work in ViEmu is the /gc command that I use in Vim. What this does is apply the command globally throughout a line, but prompts for "y" or "n" before changing each occurence.
For the example below Vim would go to the first "one" and wait for y/n to change it to "two", then advance to the next occurence of "one" and wait for y/n to change it to "two".
Change this <one>. Do not change this <one>.
:%s/one/two/gc
In ViEmu it seems to ignore the "c" and just do a global substitute.
Is this a bug, or just not supported by ViEmu?
Is there another way to do this?
Thanks!