Source: https://my.oschina.net/gzyh/blog/266097
Summary: The use of VMware installed CentOS 6.5, and the user's information with the help of the successful installation and configuration of Vim 7.4. Record the input commands here.
Start learning Linux knowledge, with VMware installed a CentOS system, in Windows used to vim7.4, so also want to install this editor on CentOS 6.5, decided to do, on the Internet to find relevant information.
Referenced by: http://blog.chinaunix.net/uid-29550914-id-4226493.html
Vim 7.4 is configured from: http://www.oschina.net/code/snippet_574132_13357
I'm actually doing it myself, and I'm entering the following command:
--First Delete, RPM-QA | grep VIM--this removes the original installed vim and its associated components yum remove vim vim-enhanced vim-common vim-minimal--Download the latest installation package, source code format wget ftp://ftp.vim/org/pub/vim/unix/vim-7.4.tar.bz2-Download the other two related packages wget ftp://ftp.vim.org/pub/vim/extra/vim-7.2-extra.tar.gz wget ftp://ftp.vim.org/pub/vim/extra/ Vim-7.2-lang.tar.gz--Unzip three packages below tar jxvf vim-7.4.tar.bz2 tar zxvf vim-7.2-extra.tar.gz tar zxvf vim-7.2-lang.tar.gz--Take a look at the untied situation ll--Move the plug-in package to the Vim74 home directory MV vim72 Vim74--Install packages required for compilation yum info ncurses-devel yum Install ncurses-devel --upgrade gcc yum update gcc yum info gcc cd vim74/src ./configure --enable-multibyte \-- with-features=huge \--disable-selinux make make install vim --version -< Span class= "Ruby" >-the following needs to go back to the user home directory and configure Vim -- Modify the Windows configuration file to use Linux under the name mv _vimrc .vimrc --the link in the above mentioned in the package upload to Linux, the following decompression unzip vim.zip - -according to configure the user tips, install the following two plugins yum install ctags yum install cscope cd .vim ll mv vim* plugin/ vim --running vim
To this installation is complete.
In addition I went to http://code.google.com/p/vimim-wubi/downloaded Vim_wubi.vim this built-in Wubi,
Because I like to use Wubi, now there are problems:
I install CentOS using the English interface installation, in the installation also chose to support Chinese, but in vim and CRT Chinese can not display properly, has not solved this problem, the Netizen has a solution to help.
[Excerpt from Moka] successfully installed and configured under CentOS 6.5 vim7.4