mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-16 00:37:08 +08:00
paste mark is now a member of extensions
This commit is contained in:
@@ -173,6 +173,10 @@ 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 g:airline_detect_iminsert
|
||||
call airline#extensions#iminsert#init()
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user