Overview:
Want to install Ctags, can not be installed. See the foreigner has a log, is in the VI 7.2 version of the operation. Even VI version of the reason, so want to upgrade, online upgrade method write less, and some write too no language, only he himself can understand. Here, simply say. It's been a while, and finally OK.
To update the VIM step:
1. Download the compressed file:
Download the required version on the VIM's official website and choose vim-7.4.tar.bz2 here.
2. Unzip:
Suppose the good. bz2 file is placed in the/mnt/hgfs/share/vi directory, and the CD is in the directory:
Cd/mnt/hgfs/share/VI
Unzip the. bz2 file
tar -xjf vim-7.4. tar. bz2
You will then see a new directory with a vim74/, and go to the directory under change:
CD vim74/
You will see a configure file under it.
3. Configuration:
Input
./configure--prefix=/usr/local/vim72 --with-x enable-gui=gtk2--with-features=big
4. Installation:
Continuous input
Make Make Install
5. Links:
LN –s/usr/local/vim72/bin/vim/usr/bin/vim
Complete.
Linux RedHat 5 updates vim.