Initial commit.
This commit is contained in:
2
vim/snippets/sh/elif.snippet
Executable file
2
vim/snippets/sh/elif.snippet
Executable file
@@ -0,0 +1,2 @@
|
||||
elif [[ ${1:condition} ]]; then
|
||||
${2:#statements}
|
||||
Reference in New Issue
Block a user