Comment 7 for bug 89660

Revision history for this message
robinharvey (harvey-robin) wrote : Re: cursor control regression in vim

Hi,

I just tried removing the apt version of vim and installing from source, and the results are that this makes no difference. I'm pretty sure that my new source-install is not picking up any of my old apt configs, as I purged all of my vim packages before compiling:

sudo apt-get remove vim vim-common vim-full vim-gui-common vim-ruby vim-runtime
sudo apt-get autoremove
sudo dpkg --purge vim vim-common vim-full vim-gui-common vim-ruby vim-runtime
sudo apt-get build-dep vim

**Dowload, ./configure, make**
sudo checkinstall -D make install

Cheers,
--Robin