epanda wrote: > I have done a func that I call on that way : > > :%s/myPattern/\=MY_FUNC(submatch(4),submatch(5),submatch(3),submatch > (2))/ > > I would like to not substitute the pattern, just analyse each line.
Add the n flag: :%s/.../.../n John -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
