mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-29 06:12:10 +08:00
convert iminsert into a fragment.
This commit is contained in:
@@ -199,10 +199,6 @@ function! airline#extensions#load()
|
||||
call airline#extensions#readonly#init()
|
||||
endif
|
||||
|
||||
if get(g:, 'airline#extensions#iminsert#enabled', 0) || get(g:, 'airline_detect_iminsert', 0)
|
||||
call airline#extensions#iminsert#init()
|
||||
endif
|
||||
|
||||
" load all other extensions not part of the default distribution
|
||||
for file in split(globpath(&rtp, "autoload/airline/extensions/*.vim"), "\n")
|
||||
" check to see that both the resolved and unresolved paths do not match
|
||||
|
||||
Reference in New Issue
Block a user