Steps for installing cscope in vim7.x
1. make vim
1) download the src code
2) configure the vim
./configure --with-x --enable-tclinterp --enable-cscope --enable-multibyte --enable-xim
If the error: You need to install a terminal library; for example ncurses.
yum install ncurses-devel
3) make and sudo make install
2. copy the cscope_maps.vim to ~/.vim/plugin (it already exists in myconf svn)
![](https://img2024.cnblogs.com/blog/35695/202502/35695-20250207193659673-708765730.jpg)