[Assorted-commits] SF.net SVN: assorted: [821] configs/trunk/src/vim/plugin/_yang.vim
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-14 22:57:44
|
Revision: 821 http://assorted.svn.sourceforge.net/assorted/?rev=821&view=rev Author: yangzhang Date: 2008-05-14 15:57:50 -0700 (Wed, 14 May 2008) Log Message: ----------- added f7 date insertion Modified Paths: -------------- configs/trunk/src/vim/plugin/_yang.vim Modified: configs/trunk/src/vim/plugin/_yang.vim =================================================================== --- configs/trunk/src/vim/plugin/_yang.vim 2008-05-14 22:57:35 UTC (rev 820) +++ configs/trunk/src/vim/plugin/_yang.vim 2008-05-14 22:57:50 UTC (rev 821) @@ -26,6 +26,7 @@ map <s-space> <c-b> imap <f6> <c-r>=system("date")[0:-2]<cr> +imap <f7> <c-r>=strftime("%Y-%m-%d")<cr> " imap <f6> <c-r>=strftime("%d/%m/%Y %H:%M:%S")<cr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |