always enable paste detection.

This commit is contained in:
Bailey Ling
2013-08-26 22:55:11 -04:00
parent bc03ab5cbf
commit e919663781
6 changed files with 17 additions and 26 deletions
-4
View File
@@ -199,10 +199,6 @@ function! airline#extensions#load()
call airline#extensions#readonly#init()
endif
if (get(g:, 'airline#extensions#paste#enabled', 1) && get(g:, 'airline_detect_paste', 1))
call airline#extensions#paste#init()
endif
if get(g:, 'airline#extensions#iminsert#enabled', 0) || get(g:, 'airline_detect_iminsert', 0)
call airline#extensions#iminsert#init()
endif