On 9/20/06, Nikolaos A. Patsopoulos <[EMAIL PROTECTED]> wrote:
Hi all!

Another replacement question:

how can I replace all occurrence of a pattern except a given one, e.g.
the first or third?

the code for all occurrences I use is:

:%s/<a.\{-}>//g

/pattern/+1,$s///g

Yakov

Reply via email to