mirror of
https://github.com/gryf/snipmate.vim.git
synced 2025-12-19 20:38:05 +01:00
10 lines
247 B
Plaintext
10 lines
247 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")`
|
|
snippet ddate
|
|
`strftime("%B %d, %Y")`
|