On 2009-12-13, epanda wrote:
> Hi,
> 
> 
> 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.
> Thanks

How about this?

    :%call MY_FUNC(getline('.'))

HTH,
Gary


-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to