Closed fpnick closed 7 years ago
Between vim-airline e7e4769 and fbd791e, I get strange characters in the status line, but no error.
Could you please provide:
I just noticed that I get a very similar error when I use the Ctrl+P plugin. Until I know any better, I'm gonna assume this is an airline issue and not a vimagit one. (I ran PluginUpdate on friday for the first time in a while, so pretty much everything was updated...)
You can probably close this issue for now, I'll let you know in case I should find any evidence this could be a vimagit issue.
EDIT: Indeed, reverting vim-airline to a (random) old version, solves both this issue and the one with Ctrl+P.
Do you use an airline theme?
Yes: let g:airline_theme='delek'
I can't find any airline theme called delek.
I have to admit I'm not exactly sure what that line is supposed to do in my vimrc. But removing it doesn't help either. Since I found a working commit in airline, I think I'll bisect the issue and see if that can tell me anything.
Does not occur any more with vim-airline at commit 134c0204f3b947276c0e6f26f4fe426b5cba5c06
Jerome, now that you've fixed #119 , I get a new error when trying to open vimagit:
I can hit enter a couple of times an then the buffer opens in a vsplit as desired. My vim-airline commit is fbd791e (current master).
Fabian.