我使用 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
但该命令仍然适用于原始选项卡。这里发生了什么?