Thank you very much Tony and ZyX.

My functions names do only contains letters, digits and underscores.
If I've understood you well, I can now unify all my functions and

change s: ---> <SID>
change function! ---> fun!
change endfunction! --> endfun!

Is that correct?

and can I change also this:
s/\\d\\{2,}/\\=s:MyFunctionName(submatch(0))/g
in:
s/\\d\\{2,}/\\=<SID>MyFunctionName(submatch(0))/g

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to