This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Vundle.vim
mirror of
https://github.com/VundleVim/Vundle.vim.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
%T formatter breaks MS Win use portable instead
-
closes
#104
pull/118/head
gmarik
14 years ago
parent
43080a1e5c
commit
c97bfafdd4
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
autoload/vundle/installer.vim
+ 2
- 1
autoload/vundle/installer.vim
View File
@ -227,6 +227,7 @@ func! s:system(cmd) abort
endf
func
!
s
:
log
(
str
)
abort
call
add
(
g
:
vundle_log
,
'['
.
strftime
(
"%y%m%d %T"
)
.
'] '
.
a
:
str
)
let
fmt
=
'%y%m%d %H:%M:%S'
call
add
(
g
:
vundle_log
,
'['
.
strftime
(
fmt
)
.
'] '
.
a
:
str
)
return
a
:
str
endf
Write
Preview
Loading…
Cancel
Save