0

システムのアップグレード後:

  • ディストリビューター ID: Ubuntu
  • 説明: Ubuntu 12.04.2 LTS
  • リリース: 12.04
  • コードネーム: 正確

vimを開くたびにこれらのエラーが発生しますが、何かヒントはありますか? 必要に応じて、.vimrc ファイルを提供できます。前もって感謝します!

"new.py" [New File]

Error detected while processing /home/ajn/.vim/bundle/ropevim/ftplugin/python/ropevim.vim:

line    4:

E319: Sorry, the command is not available in this version: python << EOF

Error detected while processing /home/ajn/.vim/bundle/jedi-vim/autoload/jedi.vim:

line  172:

E319: Sorry, the command is not available in this version: python3 << PYTHONEOF

line  174:

E492: Not an editor command: import vim

line  176:

E488: Trailing characters: # update the system path, to include the jedi path

line  177:

E492: Not an editor command: import sys

line  178:

E492: Not an editor command: import os

line  179:

E492: Not an editor command: sys.path.insert(0, os.path.join(vim.eval('expand("<sfile>:p:h:h")'), 'jedi'))

line  181:

E488: Trailing characters: # to display errors correctly

line  182:

E492: Not an editor command: import traceback

line  184:

E488: Trailing characters: # update the sys path to include the jedi_vim script

line  185:

E492: Not an editor command: sys.path.insert(1, os.path.join(vim.eval('expand("<sfile>:p:h:h")'), 'plugin'))

line  186:
...
4

1 に答える 1