dotar/vim/snippets/sh/case.snippet
2011-11-17 16:00:49 -06:00

5 lines
46 B
Plaintext
Executable File

case ${1:word} in
${2:pattern})
${3};;
esac