mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-31 00:24:22 +08:00
readonly mark is now a member of extensions
This commit is contained in:
@@ -167,6 +167,10 @@ function! airline#extensions#load()
|
||||
call airline#extensions#whitespace#init()
|
||||
endif
|
||||
|
||||
if (get(g:, 'airline#extensions#readonly#enabled', 1) && get(g:, 'airline_detect_readonly', 1))
|
||||
call airline#extensions#readonly#init()
|
||||
endif
|
||||
|
||||
if g:airline_detect_iminsert
|
||||
call airline#extensions#iminsert#init()
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user