mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 14:05:04 +08:00
parent
1028c6ea12
commit
1ecbc76682
|
@ -488,7 +488,7 @@ function! airline#extensions#load()
|
|||
\ && stridx(tolower(fnamemodify(file, ':p')), s:script_path) < 0
|
||||
let name = fnamemodify(file, ':t:r')
|
||||
if !get(g:, 'airline#extensions#'.name.'#enabled', 1) ||
|
||||
\ index(s:loaded_ext, name) > -1
|
||||
\ index(s:loaded_ext, name.'*') > -1
|
||||
continue
|
||||
endif
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue
Block a user