aboutsummaryrefslogtreecommitdiff
path: root/vim/bundle/vim-snippets/UltiSnips/zsh.snippets
diff options
context:
space:
mode:
Diffstat (limited to 'vim/bundle/vim-snippets/UltiSnips/zsh.snippets')
m---------vim/bundle/vim-snippets0
-rw-r--r--vim/bundle/vim-snippets/UltiSnips/zsh.snippets17
2 files changed, 0 insertions, 17 deletions
diff --git a/vim/bundle/vim-snippets b/vim/bundle/vim-snippets
new file mode 160000
+Subproject 15d7e5ec26ec93adee4051b6359be90a943aa38
diff --git a/vim/bundle/vim-snippets/UltiSnips/zsh.snippets b/vim/bundle/vim-snippets/UltiSnips/zsh.snippets
deleted file mode 100644
index f7986ea..0000000
--- a/vim/bundle/vim-snippets/UltiSnips/zsh.snippets
+++ /dev/null
@@ -1,17 +0,0 @@
-priority -50
-
-extends sh
-
-priority -49
-
-snippet #! "shebang" b
-#!/bin/zsh
-
-endsnippet
-
-snippet !env "#!/usr/bin/env (!env)" b
-#!/usr/bin/env zsh
-
-endsnippet
-
-# vim:ft=snippets: