diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-08-01 23:10:57 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-08-01 23:10:57 +0200 |
commit | 81b6ccff547b93d3e4cd007e7715feb2185ab8f7 (patch) | |
tree | 81f4e7253557bef1fbaefec27a0db34627743241 /stow/vim/.vim/ftplugin/sh/snippets/case.txt | |
parent | f88b8b71ca42c113c0210c07a542ab9b1bfd6d5d (diff) | |
download | configs-81b6ccff547b93d3e4cd007e7715feb2185ab8f7.tar.gz configs-81b6ccff547b93d3e4cd007e7715feb2185ab8f7.zip |
Updated vim templates for sh.
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 |