snippet gdef "Default global variable" if !exists("g:${1:...}") g:$1 = $2 endif$0 endsnippet