mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-07 20:54:26 +08:00
autoload: fix error with vim74
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user