aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/dot-vim/ftplugin/sh/snippets/if.txt
diff options
context:
space:
mode:
Diffstat (limited to 'stow/vim/dot-vim/ftplugin/sh/snippets/if.txt')
-rw-r--r--stow/vim/dot-vim/ftplugin/sh/snippets/if.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/stow/vim/dot-vim/ftplugin/sh/snippets/if.txt b/stow/vim/dot-vim/ftplugin/sh/snippets/if.txt
new file mode 100644
index 0000000..9f6bb88
--- /dev/null
+++ b/stow/vim/dot-vim/ftplugin/sh/snippets/if.txt
@@ -0,0 +1,3 @@
+if <+++>; then
+ <++>
+fi<++>