gpt4 book ai didi

python - 需要用 +python 编译的 vim

转载 作者:太空宇宙 更新时间:2023-11-04 01:05:39 25 4
gpt4 key购买 nike

当我输入 raw 并点击 <C-x><C-o> 时在 python 文件中,我得到错误:使用 +python 编译的必需 vim。但是根据命令:version的结果,python前面有一个+而不是-,我应该如何解决这个问题?

+arabic          +cursorbind      -footer          +mksession       +path_extra      +startuptime     +visual
+autocmd +cursorshape +fork() +modify_fname -perl +statusline +visualextra
-balloon_eval +dialog_con +gettext +mouse +persistent_undo -sun_workshop +viminfo
-browse +diff -hangul_input -mouseshape +postscript +syntax +vreplace
++builtin_terms +digraphs +iconv +mouse_dec +printer +tag_binary +wildignore
+byte_offset -dnd +insert_expand -mouse_gpm +profile +tag_old_static +wildmenu
+cindent -ebcdic +jumplist -mouse_jsbterm +python/dyn -tag_any_white +windows
+clientserver +emacs_tags +keymap +mouse_netterm +python3/dyn -tcl +writebackup
+clipboard +eval +langmap +mouse_sgr +quickfix +terminfo +X11
+cmdline_compl +ex_extra +libcall -mouse_sysmouse +reltime +termresponse +xfontset
+cmdline_hist +extra_search +linebreak +mouse_urxvt +rightleft +textobjects -xim
+cmdline_info +farsi +lispindent +mouse_xterm -ruby +title -xsmp
+comments +file_in_path +listcmds +multi_byte +scrollbind -toolbar +xterm_clipboard
+conceal +find_in_path +localmap +multi_lang +signs +user_commands -xterm_save
+cryptv +float -lua -mzscheme +smartindent +vertsplit
+cscope +folding +menu +netbeans_intg -sniff +virtualedit

谢谢

最佳答案

标记为 */dyn 的特征可能可用也可能不可用。对这些功能的支持不是内置的。它取决于专用共享对象的存在。

To some of the features "/dyn" is added when the feature is only available when the related library can be dynamically loaded.

检查你的 vim 是否可以使用动态特性,例如python 做:

:echo has('python')

它将打印0(假)或1(真)

另见 python-dynamic .

更新:

如果你从源代码安装了 vim,你将不得不重建它。使用 --enable-pythoninterp, --with-python-config-dir 选项。还要确保安装了 python 开发头文件和库(devel 包)。

关于python - 需要用 +python 编译的 vim,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30617683/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com