1

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!

2

Re: ViEmu does not support /gc?

Hi Marc,

Unfortunately, this is simply not implemented yet. I'll add it in a future release, I just haven't had the time to do it so far.

With apologies,

  Jon