From 76217eae5ceabbca3ad2cf651fddf3e7689c04d7 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Fri, 22 Mar 2013 23:11:37 -0400 Subject: [PATCH] Cleaned up the "python-mode" section... This whole section was worded a little funny, so I cleaned it up. Since I haven't used the module mentioned, I can't speak to what should really be here or if this is even a best practice... --- docs/dev/env.rst | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 5c3fd2b..a4a446a 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -64,21 +64,17 @@ to do that which also shows status and warning messages in the statusbar would b Python-mode ^^^^^^^^^^^ -Python-mode_ is complex solution in VIM for work with python code. +Python-mode_ is a complex solution in VIM for working with python code. It has: -- Async python code checking (pylint, pyflakes, pep8, mccabe) in any combination; -- Code refactoring and autocompletion with Rope; -- Fastest python folding; -- Nice and powered python syntax; -- Virtual env support; -- Search by python documentation and run python code; -- More other things like auto pep8 error fixes; -- Very customizable and documented as well; -- Have all required libraries in self; - -And more stuff. +- Async python code checking (pylint, pyflakes, pep8, mccabe) in any combination +- Code refactoring and autocompletion with Rope +- Fast python folding +- Virtualenv support +- Search by python documentation and run python code +- Auto pep8 error fixes +And more. .. _indent: http://www.vim.org/scripts/script.php?script_id=974 .. _syntax: http://www.vim.org/scripts/script.php?script_id=790