【发布时间】:2021-01-12 09:41:10
【问题描述】:
我使用 vundle 在 MacVim 上安装了 UltiSnips 插件。当我运行 :UltiSnipsEdit 命令时,出现以下错误:
Error detected while processing /Users/arya/.vim/bundle/ultisnips/autoload/UltiSnips.vim:
line 7:
E319: Sorry, the command is not available in this version: py3 import vim
line 8:
E319: Sorry, the command is not available in this version: py3 from UltiSnips import UltiSnips_Manager
Error detected while processing function UltiSnips#Edit:
line 6:
E319: Sorry, the command is not available in this version: py3 vim.command("let file = '%s'" % UltiSnips_Manager._file_to_edit(vim.eval("type"), vim.eval('a:bang')))
这可能是什么问题,我该如何解决?
【问题讨论】: