vim-airline/autoload/airline
Christian Brabandt 5c24c3c504 call YCM function only if they are defined
fixes #1187 by making sure, we only call functions, that actually exist.

Should make vim-airline work with lady loaded YCM, e.g. using vim-plug:

```viml
" Code to execute when the plugin is loaded on demand
Plug 'Valloric/YouCompleteMe', { 'for': 'cpp' }
autocmd! User YouCompleteMe if !has('vim_starting') | call youcompleteme#Enable() | endif
```
2016-06-24 11:49:53 +02:00
..
extensions call YCM function only if they are defined 2016-06-24 11:49:53 +02:00
themes remove all themes from the core repository except for the default. 2016-01-29 22:24:49 -05:00
builder.vim Merge pull request #1161 from chrisbra/1157 2016-05-12 21:42:37 +02:00
debug.vim happy 2016! 2016-01-14 21:38:38 -05:00
extensions.vim add obsession extension 2016-05-30 03:44:39 +08:00
highlighter.vim airline#highlighter: s:get_syn: fallback to 'NONE' 2016-02-16 00:44:07 +01:00
init.vim add obsession extension 2016-05-30 03:44:39 +08:00
msdos.vim Better algorightm, to get msdos colors 2016-01-27 20:37:58 +01:00
parts.vim Add spell detection 2016-03-21 23:52:04 -07:00
section.vim happy 2016! 2016-01-14 21:38:38 -05:00
themes.vim Revert term highlighting of airline_warning to orange 2016-02-16 23:32:38 +01:00
util.vim don't throw error if bufferline is not installed 2016-04-21 09:30:23 +02:00