Add vim command snippet
This commit is contained in:
parent
0e419ee514
commit
c2799dd5de
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user