Merge pull request #902 from efirs/ef_ycm_error_warning_count

Show YouCompleteMe error and warning count in the statusline
This commit is contained in:
Christian Brabandt
2016-01-28 10:11:37 +01:00
7 changed files with 67 additions and 9 deletions

View File

@@ -138,6 +138,8 @@ function! airline#extensions#load()
call airline#extensions#netrw#init(s:ext)
endif
call airline#extensions#ycm#init(s:ext)
if get(g:, 'loaded_vimfiler', 0)
let g:vimfiler_force_overwrite_statusline = 0
endif