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

3 lines
50 B
Plaintext
Executable File

elif [[ ${1:condition} ]]; then
${2:#statements}