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
shell commands encoding fix
pull/330/head
Michał Blinkiewicz
13 years ago
parent
c3ec879694
commit
7bf651e530
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
@ -270,7 +270,8 @@ func! g:shellesc_cd(cmd) abort
endf
func
!
s
:
system
(
cmd
)
abort
return
system
(
a
:
cmd
)
let
cmd
=
iconv
(
a
:
cmd
,
&
encoding
,
&
termencoding
)
return
system
(
cmd
)
endf
func
!
s
:
log
(
str
)
abort
Write
Preview
Loading…
Cancel
Save