Fix PlugUpgrade

This commit is contained in:
Junegunn Choi 2013-09-11 00:08:36 +09:00
parent fe264c97a1
commit 9e9655f947

View File

@ -47,7 +47,7 @@ if exists('g:loaded_plug')
endif
let g:loaded_plug = 1
let s:plug_source = 'https://raw.github.com/junegunn/vim-plug/master/vim-plug.vim'
let s:plug_source = 'https://raw.github.com/junegunn/vim-plug/master/plug.vim'
let s:plug_win = 0
let s:is_win = has('win32') || has('win64')
let s:me = expand('<sfile>:p')
@ -347,7 +347,7 @@ function! s:upgrade()
\ new, s:plug_source, mee, mee, new, mee))
if v:shell_error == 0
unlet g:loaded_plug
execute "source ". s:me
echo "Now reload vim-plug with: source ". s:me
else
echoerr "Error upgrading vim-plug"
return