[bugfix] not working on powershell

This commit is contained in:
Klesh Wong 2021-01-13 22:12:27 +08:00
parent dc2c64f68e
commit 505595fb6e

View File

@ -98,7 +98,7 @@ endif
let vim_plug_just_installed = 0 let vim_plug_just_installed = 0
if !filereadable(vim_plug_path) if !filereadable(vim_plug_path)
echo "Installing vim-plug..." echo "Installing vim-plug..."
:exe "!curl -fLo " . vim_plug_path . " --create-dirs https://gitee.com/klesh/vim-plug/raw/master/plug.vim" :exe "!curl -fLo \"" . vim_plug_path . "\" --create-dirs https://gitee.com/klesh/vim-plug/raw/master/plug.vim"
let vim_plug_just_installed = 1 let vim_plug_just_installed = 1
echo "vim-plug installed" echo "vim-plug installed"
endif endif