mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-18 14:29:42 +08:00
define the rest of the extensions.
This commit is contained in:
@@ -10,6 +10,6 @@ function! airline#extensions#syntastic#get_warnings()
|
||||
endfunction
|
||||
|
||||
function! airline#extensions#syntastic#init(ext)
|
||||
let g:airline_parts.syntastic = '%{airline#extensions#syntastic#get_warnings()}'
|
||||
call airline#parts#define_function('syntastic', 'airline#extensions#syntastic#get_warnings')
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user