Merge branch 'feature/fixed-bug-of-on-demand-loading'
This commit is contained in:
commit
8e0fcf88c0
1 changed files with 1 additions and 1 deletions
2
plug.vim
2
plug.vim
|
@ -440,7 +440,7 @@ function! s:add(repo, ...)
|
|||
call add(g:plugs_order, name)
|
||||
endif
|
||||
let g:plugs[name] = spec
|
||||
let s:loaded[name] = 0
|
||||
let s:loaded[name] = get(s:loaded, name, 0)
|
||||
catch
|
||||
return s:err(v:exception)
|
||||
endtry
|
||||
|
|
Loading…
Reference in a new issue