repo.or.cz
/
my-vim-dotfolder.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Small config and highlightning changes
[my-vim-dotfolder.git]
/
snippets
/
_.snippets
blob
c3925a59fa41a92127a691121859c64ff8fb6e09
1
# Global snippets
2
3
# (c) holds no legal value ;)
4
snippet c)
5
`&enc[:2] == "utf" ? "©" : "(c)"` Copyright `strftime("%Y")` ${1:`g:snips_author`}. All Rights Reserved.${2}
6
snippet date
7
`strftime("%Y-%m-%d")`