summaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2019-04-16 14:26:36 +0200
committerAhmed Abdelhalim <[email protected]>2019-04-16 14:26:36 +0200
commit264717da0ec5af6bee7a49fd36f0490a26b46b55 (patch)
tree8aeb83d0867a76943a2d300cf691173591f989d1 /autoload
parent1ea1f93dcb4def90bce7638d71cd8ee3d4a33838 (diff)
Update plug
Diffstat (limited to 'autoload')
-rw-r--r--autoload/plug.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/plug.vim b/autoload/plug.vim
index 4e05630..123035e 100644
--- a/autoload/plug.vim
+++ b/autoload/plug.vim
@@ -2224,7 +2224,7 @@ function! s:upgrade()
let new = tmp . '/plug.vim'
try
- let out = s:system(printf('git clone --depth 1 %s %s', s:plug_src, tmp))
+ let out = s:system(printf('git clone --depth 1 %s %s', s:shellesc(s:plug_src), s:shellesc(tmp)))
if v:shell_error
return s:err('Error upgrading vim-plug: '. out)
endif