Initial commit.
This commit is contained in:
4
vim/snippets/sh/case.snippet
Executable file
4
vim/snippets/sh/case.snippet
Executable file
@@ -0,0 +1,4 @@
|
||||
case ${1:word} in
|
||||
${2:pattern})
|
||||
${3};;
|
||||
esac
|
||||
Reference in New Issue
Block a user