mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 20:24:27 +08:00
remove g:airline_detect_readonly
This commit is contained in:
@@ -167,7 +167,7 @@ function! airline#extensions#load()
|
||||
call airline#extensions#whitespace#init()
|
||||
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()
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user