define the rest of the extensions.

This commit is contained in:
Bailey Ling
2013-08-30 22:07:45 +00:00
parent 19910a26cb
commit c6d996d5ca
6 changed files with 6 additions and 16 deletions
+1 -1
View File
@@ -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