Small config and highlightning changes
[my-vim-dotfolder.git] / snippets / _.snippets
blobc3925a59fa41a92127a691121859c64ff8fb6e09
1 # Global snippets
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")`