@@ -35,11 +35,11 @@ source files.
3535There is also a handy syntax plugin called syntax _ featuring some improvements
3636over the syntax file included in Vim 6.1.
3737
38- These plugins supply you with a basic environment for developing in Python.
39- To get the most out of Vim, you should continually check your code for syntax
40- errors and PEP8 compliance. Luckily PEP8 _ and Pyflakes _ will do this for you.
41- If your Vim is compiled with ``+python `` you can also utilize some very
42- handy plugins to do these checks from within the editor.
38+ These plugins supply you with a basic environment for developing in Python. To
39+ get the most out of Vim, you should continually check your code for syntax
40+ errors and PEP8 compliance. Luckily pycodestyle _ and Pyflakes _ will do this
41+ for you. If your Vim is compiled with ``+python `` you can also utilize some
42+ very handy plugins to do these checks from within the editor.
4343
4444For PEP8 checking and pyflakes, you can install vim-flake8 _. Now you can map the
4545function ``Flake8 `` to any hotkey or action you want in Vim. The plugin will
@@ -68,12 +68,12 @@ Python-mode
6868Python-mode _ is a complex solution for working with Python code in Vim.
6969It has:
7070
71- - Asynchronous Python code checking (``pylint ``, ``pyflakes ``, ``pep8 ``, ``mccabe ``) in any combination
71+ - Asynchronous Python code checking (``pylint ``, ``pyflakes ``, ``pycodestyle ``, ``mccabe ``) in any combination
7272- Code refactoring and autocompletion with Rope
7373- Fast Python folding
7474- Virtualenv support
7575- Search through Python documentation and run Python code
76- - Auto PEP8 _ error fixes
76+ - Auto pycodestyle _ error fixes
7777
7878And more.
7979
@@ -86,7 +86,7 @@ using ``<Tab>`` key or any other customized keys.
8686.. _indent : http://www.vim.org/scripts/script.php?script_id=974
8787.. _syntax : http://www.vim.org/scripts/script.php?script_id=790
8888.. _Pyflakes : http://pypi.python.org/pypi/pyflakes/
89- .. _ PEP8 : http ://pypi.python.org/pypi/pep8 /
89+ .. _ pycodestyle : https ://pypi.python.org/pypi/pycodestyle /
9090.. _syntastic : https://github.com/scrooloose/syntastic
9191.. _Python-mode : https://github.com/klen/python-mode
9292.. _SuperTab : http://www.vim.org/scripts/script.php?script_id=1643
0 commit comments