I have prepared a small video by recording my desktop to show you what happens. The steps that happen are (beforehand, note that execute pathogen#infect()
is enabled in my .vimrc):
vim
:q
*vim ~/.vimrc
and comment outexecute pathogen#infect()
clear
vim
:q
**
* Here, you can see that when I quit, the cursor is suddenly at the bottom and there is still a strip of the background left on the last line.
** Here, you can see that after quitting vim, the cursor is where it was before vim started and everything looks normal.
link to video: https://www.youtube.com/watch?v=Zeb1BzcTwmk&feature=youtu.be
My questions are how can I fix this, and where should I report this?
So, it turns out that it is airline
and not pathogen (when I remove the airline
bundle, everything works fine). Is airline solely built for Mac?