# HG changeset patch # User Steve Losh # Date 1310568077 14400 # Node ID a98440593d86e738f351af453c58389489be1729 # Parent 33fb4219a01171fbed6ccdeb5b4fb17d139bd7ed More snippets. diff -r 33fb4219a011 -r a98440593d86 vim/.vimrc --- a/vim/.vimrc Tue Jul 12 17:00:13 2011 -0400 +++ b/vim/.vimrc Wed Jul 13 10:41:17 2011 -0400 @@ -99,6 +99,8 @@ iabbrev sl/ http://stevelosh.com/ iabbrev bb/ http://bitbucket.org/ iabbrev bbs/ http://bitbucket.org/sjl/ +iabbrev gh/ http://github.com/ +iabbrev ghs/ http://github.com/sjl/ iabbrev sl@ steve@stevelosh.com " }}} diff -r 33fb4219a011 -r a98440593d86 vim/snippets/_.snippets --- a/vim/snippets/_.snippets Tue Jul 12 17:00:13 2011 -0400 +++ b/vim/snippets/_.snippets Wed Jul 13 10:41:17 2011 -0400 @@ -5,3 +5,13 @@ `&enc[:2] == "utf" ? "©" : "(c)"` Copyright `strftime("%Y")` ${1:`g:snips_author`}. All Rights Reserved.${2} snippet date `strftime("%Y-%m-%d")` +snippet sl + http://stevelosh.com/ +snippet gh + http://github.com/ +snippet ghs + http://github.com/sjl/ +snippet bb + http://bitbucket.org/ +snippet bbs + http://bitbucket.org/sjl/