mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 05:55:38 +02:00
autoload: fix error with vim74
This commit is contained in:
parent
98aea41dc2
commit
b6f6cc9312
@ -50,7 +50,7 @@ function! airline#add_inactive_statusline_funcref(function, ...)
|
||||
endif
|
||||
return
|
||||
endif
|
||||
call add(g:airline_inactive_funcrefs, function(a:function))
|
||||
call add(g:airline_inactive_funcrefs, a:function)
|
||||
endfunction
|
||||
|
||||
function! airline#load_theme()
|
||||
|
Loading…
x
Reference in New Issue
Block a user