Add vim command snippet

This commit is contained in:
Kenneth Benzie 2017-09-20 11:59:41 -05:00
parent 0e419ee514
commit c2799dd5de

View File

@ -1,3 +1,7 @@
snippet command "VIM command"
command! $1${2:cmd} ${3:rep}$0
endsnippet
snippet function "VIM function"
function! ${1:name}($2)
$0