We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdba42 commit 96d1233Copy full SHA for 96d1233
README.rst
@@ -14,7 +14,7 @@ The plugin containts all you need to develop python applications in Vim.
14
There is no need to install pylint_, rope_ or any other Python libraries on
15
your system.
16
17
-- Support Python version 2 and 3
+- Support Python version 2.6+ and 3.2+
18
- Syntax highlighting
19
- Virtualenv support
20
- Run python code (``<leader>r``)
@@ -298,7 +298,7 @@ Check code on every insert: ::
298
299
let g:pymode_lint_on_fly = 1
300
301
-Show error message if cursor placed at the error line
+Show error message if cursor placed at the error line: ::
302
303
let g:pymode_lint_message = 1
304
0 commit comments