diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:32:50 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:32:50 -0200 |
commit | 5032aca04f4d0bce092ade66fe914c34af357a5e (patch) | |
tree | 3ba885989ff09b1ab3eb0a16ac865e797c8ca0e7 /vim.dot.link/snippets/snippet.snippets | |
download | vim-5032aca04f4d0bce092ade66fe914c34af357a5e.tar.gz vim-5032aca04f4d0bce092ade66fe914c34af357a5e.tar.bz2 |
Initial import
Diffstat (limited to 'vim.dot.link/snippets/snippet.snippets')
-rw-r--r-- | vim.dot.link/snippets/snippet.snippets | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vim.dot.link/snippets/snippet.snippets b/vim.dot.link/snippets/snippet.snippets new file mode 100644 index 0000000..854c058 --- /dev/null +++ b/vim.dot.link/snippets/snippet.snippets @@ -0,0 +1,7 @@ +# snippets for making snippets :) +snippet snip + snippet ${1:trigger} + ${2} +snippet msnip + snippet ${1:trigger} ${2:description} + ${3} |