remove work-around for vista.vim

This commit is contained in:
Jan Steinke 2020-11-09 20:17:05 +01:00 committed by GitHub
parent 9267cef0f8
commit 7091b8a6ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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 <sid>on_window_changed('VimEnter')
endfunction