aboutsummaryrefslogtreecommitdiff
path: root/vim.dot.link/snippets/snippet.snippets
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-16 14:02:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-02-16 14:02:48 -0300
commitfca5489ba6e80ce08f1b1e3bfeb582b916eb1194 (patch)
tree431732d0101611d066ea84aa30cdc1952d1c077d /vim.dot.link/snippets/snippet.snippets
parent5e8c17ed00a8df3c12d459fb9d2634b3a28773ed (diff)
downloadvim-fca5489ba6e80ce08f1b1e3bfeb582b916eb1194.tar.gz
vim-fca5489ba6e80ce08f1b1e3bfeb582b916eb1194.tar.bz2
Major cleanup
Diffstat (limited to 'vim.dot.link/snippets/snippet.snippets')
-rw-r--r--vim.dot.link/snippets/snippet.snippets7
1 files changed, 0 insertions, 7 deletions
diff --git a/vim.dot.link/snippets/snippet.snippets b/vim.dot.link/snippets/snippet.snippets
deleted file mode 100644
index 854c058..0000000
--- a/vim.dot.link/snippets/snippet.snippets
+++ /dev/null
@@ -1,7 +0,0 @@
-# snippets for making snippets :)
-snippet snip
- snippet ${1:trigger}
- ${2}
-snippet msnip
- snippet ${1:trigger} ${2:description}
- ${3}