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?
Despite my initial belief that it was
pathogen
causing the error (since when I commented outpathogen
, everything became normal), I eventually found that the cause isairline
. I guess it just doesn't work in Linux (running mint 17.1 or something like that... rebecca).My original video, nonetheless, documents the problem (the first time I quit and when I quit from
.vimrc
, you can see the background lingering).