Closed lervag closed 11 years ago
The issue was already fixed in recent commits from vim-airline
.
Does (or did) airline detect the present of ctrlp? If the ctrlp.vim script wasn't even loaded, then it probably wasn't its fault if something in airline didn't load as a result. Also, the welcome info can be cleared by changes to the statusline.
I think airline has some sort of ctrlp.vim trigger that fired a change of the statusline. But I did not really get the details of what was wrong. In any case, it was not a fault with ctrlp.vim. :)
Hi,
I suspect this is an issue with vim-airline, see vim-airline issue 156. In case it might be due to issues in both plugins or just in ctrlp.vim, I also open the issue here.
I found a strange issue/inconsistency with vim-airline and ctrlp.vim for gvim, depending on whether ctrlp.vim is loaded or not:
dark
) is not activated until I issue the command:AirlineTheme dark
.I have reproduced the issue with a minimal vimrc file:
Screenshot 1: ctrlp.vim is not loaded.
Screenshot 2: ctrlp.vim is loaded.