mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 20:24:27 +08:00
if g:loaded_youcompleteme does not exists, the ycm extension will not be loaded. However extensions.vim could still try to init the ycm extension, which would lead to an error message: E117: unknown function airline#extensions#ycm#init so make sure, it is only loaded, if ycm is loaded as well.