git.r.bdr.sh
/
rbdr
/
dotfiles
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Change username on weechat
[rbdr/dotfiles]
/
vim
/
snippets
/
_.snippets
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
# Global snippets
2
3
# (c) holds no legal value ;)
4
snippet c)
5
Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${1:`g:snips_author`}. All Rights Reserved.${2}
6
snippet date
7
`strftime("%Y-%m-%d")`
8
snippet ddate
9
`strftime("%B %d, %Y")`