fzf: do not check for loaded fzf

closes #2163
This commit is contained in:
Christian Brabandt 2020-07-08 08:47:59 +02:00
parent 48d49075ec
commit 0a0d61af6c
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 0 additions and 4 deletions

View File

@ -4,10 +4,6 @@
scriptencoding utf-8
if !get(g:, 'loaded_fzf', 0)
finish
endif
function! airline#extensions#fzf#init(ext) abort
" Remove the custom statusline that fzf.vim sets by removing its `FileType
" fzf` autocmd. Ideally we'd use `let g:fzf_statusline = 0`, but this