1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-19 20:38:05 +01:00

added saner default snippets

This commit is contained in:
msanders
2009-12-27 22:07:47 -05:00
parent 656262896f
commit 1b261234b2
3 changed files with 26 additions and 35 deletions

View File

@@ -5,3 +5,5 @@ snippet c)
Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${1:`g:snips_author`}. All Rights Reserved.${2}
snippet date
`strftime("%Y-%m-%d")`
snippet ddate
`strftime("%B %d, %Y")`