diff --git a/plugin/airline.vim b/plugin/airline.vim index c38dbcb3..d9d75b97 100644 --- a/plugin/airline.vim +++ b/plugin/airline.vim @@ -48,10 +48,6 @@ function! s:init() endfunction function! s:do_vim_enter() - " Needed for the Vista extension #2009 - if get(g:, 'airline#extensions#vista#enabled', 1) && exists(':Vista') - call vista#RunForNearestMethodOrFunction() - endif call on_window_changed('VimEnter') endfunction