Fix #131 - Syntax error

This commit is contained in:
Junegunn Choi
2014-12-04 15:12:00 +09:00
parent 044c3a67c4
commit 7019171737
2 changed files with 12 additions and 1 deletions

View File

@@ -694,7 +694,7 @@ function! s:update_impl(pull, force, args) abort
try
call mkdir(g:plug_home, 'p')
catch
return s:err(printf('Invalid plug directory: %s.'
return s:err(printf('Invalid plug directory: %s. '.
\ 'Try to call plug#begin with a valid directory', g:plug_home))
endtry
endif