* Robert Comstock (Mon, 2 Feb 2009 06:06:02 -0800 (PST))
> Why I like Vim:
> [...]
> 5. Can your text editor do this?
> Vim search and replace, with increment
> :let i=1 | g/foo/s//\=i."morestuff"/ | let i=i+1

I hope my editor wouldn't let me do this...

Thorsten
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to