[Assorted-commits] SF.net SVN: assorted: [791] configs/trunk/src/vim/plugin/_yang.vim
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-10 05:46:09
|
Revision: 791 http://assorted.svn.sourceforge.net/assorted/?rev=791&view=rev Author: yangzhang Date: 2008-05-09 22:46:06 -0700 (Fri, 09 May 2008) Log Message: ----------- fixed 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-10 05:45:51 UTC (rev 790) +++ configs/trunk/src/vim/plugin/_yang.vim 2008-05-10 05:46:06 UTC (rev 791) @@ -25,7 +25,7 @@ map <space> <c-f> map <s-space> <c-b> -imap <f6> <c-o>=system("date")[0:-2]<cr> +imap <f6> <c-r>=system("date")[0:-2]<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. |