After a half year of use of VIM, I still don't understand what is, and
if there is a difference between <SID> and "s:". (even after reading
the help file)

Can they be exchanged?

Fun!, fun!, Function! and function!
is the same isn't?
Endfunction, endfunction, Endfun, endfun also?

I often Titlecase functionnames.
Is this the same?:
fun! s:Myfunction() --> :call s:Myfunction() --> call
<SID>Myfunction()
fun! s:myfunction() --> :call s:myfunction() --> call
<SID>myfunction()
fun! s:MYFUNCTION() --> :call s:MYFUNCTION() --> call
<SID>MYFUNCTION()

-- 
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