diff options
Diffstat (limited to 'stow/vim/.vim/ftplugin/sh/snippets/case.txt')
-rw-r--r-- | stow/vim/.vim/ftplugin/sh/snippets/case.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/stow/vim/.vim/ftplugin/sh/snippets/case.txt b/stow/vim/.vim/ftplugin/sh/snippets/case.txt new file mode 100644 index 0000000..4e203fa --- /dev/null +++ b/stow/vim/.vim/ftplugin/sh/snippets/case.txt @@ -0,0 +1,11 @@ +case <+++> in + + <++> ) + <++> + ;; + + * ) + <++> + ;; + +esac |