From 7091b8a6ff25ee068bf923683f36dd9bb4be7732 Mon Sep 17 00:00:00 2001 From: Jan Steinke Date: Mon, 9 Nov 2020 20:17:05 +0100 Subject: [PATCH] remove work-around for vista.vim --- plugin/airline.vim | 4 ---- 1 file changed, 4 deletions(-) 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