remove g:airline_detect_readonly
This commit is contained in:
parent
57cf78ba77
commit
1b6c1bf39c
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue