convert iminsert into a fragment.

This commit is contained in:
Bailey Ling
2013-08-26 23:07:14 -04:00
parent e919663781
commit fe24924ad3
5 changed files with 14 additions and 21 deletions

View File

@@ -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