Skip to content

Commit

Permalink
fix time format in c filehead
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed May 31, 2016
2 parents ba7db58 + 8c12bca commit 50aeb72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ftplugin/c/c.xpt.vim
Expand Up @@ -90,7 +90,7 @@ XSET cursor|pre=CURSOR
*
* <b>`function^</b>
* @version : `1.0^
* @since : `strftime("%Y %b %d")^
* @since : `date()^
*
* @description :
* `cursor^
Expand Down
2 changes: 1 addition & 1 deletion plugin/xptemplate.vim
@@ -1,5 +1,5 @@
" GetLatestVimScripts: 2611 1 :AutoInstall: xpt.tgz
" VERSION: 0.4.9.160228-bf527a6
" VERSION: 0.4.9.160531-8c12bca
if exists( "g:__XPTEMPLATE_VIM__" ) && g:__XPTEMPLATE_VIM__ >= XPT#ver
finish
endif
Expand Down

0 comments on commit 50aeb72

Please sign in to comment.