snippet function "VIM function" function! ${1:name}($2) $0 endfunction endsnippet snippet py "Python block" b python << endpython $0 endpython endsnippet