(非root用户)安装vim8
git clone https://github.com/vim/vim.gitcd vim./configure \--enable-multibyte \--enable-pythoninterp=yes \--enable-python3interp=yes \--enable-perlinterp=yes \--enable-gui=no \--with-compiledby="suqingdong <suqingdong@novogene.com>" \--prefix=/ifs/TJPROJ3/DISEASE/share/Software/vim/vim8make -j8make install
