diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-16 14:02:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-16 14:02:48 -0300 |
commit | fca5489ba6e80ce08f1b1e3bfeb582b916eb1194 (patch) | |
tree | 431732d0101611d066ea84aa30cdc1952d1c077d /vim.dot.link/snippets/_.snippets | |
parent | 5e8c17ed00a8df3c12d459fb9d2634b3a28773ed (diff) | |
download | vim-fca5489ba6e80ce08f1b1e3bfeb582b916eb1194.tar.gz vim-fca5489ba6e80ce08f1b1e3bfeb582b916eb1194.tar.bz2 |
Major cleanup
Diffstat (limited to 'vim.dot.link/snippets/_.snippets')
-rw-r--r-- | vim.dot.link/snippets/_.snippets | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vim.dot.link/snippets/_.snippets b/vim.dot.link/snippets/_.snippets deleted file mode 100644 index c3925a5..0000000 --- a/vim.dot.link/snippets/_.snippets +++ /dev/null @@ -1,7 +0,0 @@ -# Global snippets - -# (c) holds no legal value ;) -snippet c) - `&enc[:2] == "utf" ? "©" : "(c)"` Copyright `strftime("%Y")` ${1:`g:snips_author`}. All Rights Reserved.${2} -snippet date - `strftime("%Y-%m-%d")` |