CentOS
echo "set nocompatible" >> ~/.vimrc
source ~/.vimrc
debian
sudo apt-get remove vim-common
sudo apt-get install vim
CentOS
echo "set nocompatible" >> ~/.vimrc
source ~/.vimrc
debian
sudo apt-get remove vim-common
sudo apt-get install vim