inital checkin using existing vim and preparing for use of bash_magic
This commit is contained in:
9
vim/bundle/snipmate.vim/snippets/_.snippets
Normal file
9
vim/bundle/snipmate.vim/snippets/_.snippets
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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")`
|
||||
Reference in New Issue
Block a user