flake8-vim プラグインを使用しています。http://www.vim.org/scripts/script.php?script_id=4440
私が入力した場合:
gvim blabla/python_code_file.py
コマンドを使用できます:
:PyFlake
次に、新しいタイプを開くと:
:tabnew blabla/another_python_code_file.py
その特定のタブでそのコマンドを使用できなくなりました。
:PyFlake
E492: Not an editor command: PyFlake
ただし、コマンドは元のタブで引き続き機能します。ここで何が起きてるの?