Define s:triggers by default to avoid error after upgrade (#132)
This commit is contained in:
parent
7019171737
commit
2ee153d610
1 changed files with 1 additions and 0 deletions
1
plug.vim
1
plug.vim
|
@ -83,6 +83,7 @@ let s:TYPE = {
|
||||||
\ 'funcref': type(function('call'))
|
\ 'funcref': type(function('call'))
|
||||||
\ }
|
\ }
|
||||||
let s:loaded = get(s:, 'loaded', {})
|
let s:loaded = get(s:, 'loaded', {})
|
||||||
|
let s:triggers = get(s:, 'triggers', {})
|
||||||
|
|
||||||
function! plug#begin(...)
|
function! plug#begin(...)
|
||||||
if a:0 > 0
|
if a:0 > 0
|
||||||
|
|
Loading…
Reference in a new issue