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