我使用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
但该命令仍可在原始标签中使用。 这里发生了什么?