每次我编写新的python源代码*.py
时,都会出现以下错误消息:
Error detected while processing BufRead Auto commands for"*.py":
E518:Unknow option:set
E28:No such highlight group name: BadWhitespace
我该如何解决?
在我输入这个问题之前,我_vimrc
根据这篇文章修改了我的文件,但错误消息仍然存在。更糟糕的是,还会出现另一条错误消息:
The ycmd server SHUT DOWN(restart with':YcmRestartSever').YCM core library not detected;you need to compile YCM before using it. Follow the instructions in the documentation.
我是 Gvim 新用户,我在 Windows 10 中使用 gVim 8.0。我通过搜索互联网设置了我的 python 开发环境,并通过 Vundle 安装了 YouCompleteMe 插件,但我现在自己编译 YCM 太难了。