1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-19 20:38:05 +01:00
Files
snipmate.vim/snippets/_.snippets
Jon Bernard 63a7255a21 updated copyright snippet
This is the format I most often work with and I prefer it over the
provided format.
2009-12-28 09:46:22 +08:00

8 lines
208 B
Plaintext

# Global snippets
# (c) holds no legal value ;)
snippet c)
Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${1:`g:snips_author`}. All Rights Reserved.${2}
snippet date
`strftime("%Y-%m-%d")`