Initial commit.
This commit is contained in:
Executable
+1
@@ -0,0 +1 @@
|
||||
autocmd ${1:events} ${2:pattern} ${3:command}
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
command! -nargs=${1:number_of_args} ${2:other_params} ${2:name} ${2:command}
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
"Function: $1
|
||||
"Desc: ${3:description}
|
||||
"
|
||||
"Arguments:
|
||||
"${4}
|
||||
function! ${1:name}(${2})
|
||||
${5}
|
||||
endfunction
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
if ${1}
|
||||
${2}
|
||||
endif
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
if ${1}
|
||||
${2}
|
||||
else
|
||||
endif
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
echomsg ${1}
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
try
|
||||
${2}
|
||||
catch /${1}/
|
||||
endtry
|
||||
Reference in New Issue
Block a user