mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
Define s:triggers by default to avoid error after upgrade (#132)
This commit is contained in:
parent
7019171737
commit
2ee153d610
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 New Issue
Block a user