在阅读了简短指南 和这个问题后,我弄清楚了如何配置 Vim:
./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp
--enable-perlinterp --enable-gui=gtk2 --enable-cscope --prefix=/usr
--with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu/
现在make && sudo make install。这是./configure命令的日志。但问题就在这里,在这个构建之后我没有得到 python 支持。下面我粘贴了启动 Vim 并输入 ":version" 时看到的功能列表的两行
+cindent -ebcdic +jumplist -mouse_jsbterm -python -tag_any_white +windows
+clientserver -emacs_tags -keymap -mouse_netterm -python3
“-”符号表示禁用的功能,令我遗憾的是 python 其中之一。我错过了什么吗?提前致谢!