remove g:airline_detect_readonly

This commit is contained in:
itchyny 2013-08-20 20:58:29 +09:00
parent 57cf78ba77
commit 1b6c1bf39c
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ function! airline#extensions#load()
call airline#extensions#whitespace#init() call airline#extensions#whitespace#init()
endif endif
if (get(g:, 'airline#extensions#readonly#enabled', 1) && get(g:, 'airline_detect_readonly', 1)) if get(g:, 'airline#extensions#readonly#enabled', 1)
call airline#extensions#readonly#init() call airline#extensions#readonly#init()
endif endif