ubuntu 下彻底卸载 vim 并重新安装

// 彻底卸载 vim
sudo apt-get remove vim vim-runtime vim-tiny vim-common vim-scripts vim-doc

// 重新安装 vim
sudo apt-get install vim