|
6 | 6 | (__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~ |
7 | 7 |
|
8 | 8 |
|
9 | | - Version: 0.5.4 |
| 9 | + Version: 0.5.5 |
10 | 10 |
|
11 | 11 | ============================================================================== |
12 | 12 | CONTENTS *Python-mode-contents* |
@@ -57,6 +57,8 @@ PythonMode. These options should be set in your vimrc. |
57 | 57 |
|
58 | 58 | |'pymode_lint_checker'| Switch code checkers (pylint, pyflakes) |
59 | 59 |
|
| 60 | +|'pymode_lint_onfly'| Run linter on the fly |
| 61 | + |
60 | 62 | |'pymode_lint_config'| Filepath to pylinc configuration |
61 | 63 |
|
62 | 64 | |'pymode_lint_write'| Check code every save |
@@ -153,6 +155,13 @@ Default: "pylint". |
153 | 155 |
|
154 | 156 | This option set code checker. |
155 | 157 |
|
| 158 | +------------------------------------------------------------------------------ |
| 159 | + *'pymode_lint_onfly'* |
| 160 | +Values: 0 or 1 |
| 161 | +Default: 0 |
| 162 | + |
| 163 | +This option enabled "on the fly" code checking |
| 164 | + |
156 | 165 | ------------------------------------------------------------------------------ |
157 | 166 | *'pymode_lint_config'* |
158 | 167 | Values: 'Path to pylint configuration file' |
@@ -427,7 +436,7 @@ The Python-mode is released under the GNU lesser general public license. |
427 | 436 | See: http://www.gnu.org/copyleft/lesser.html |
428 | 437 |
|
429 | 438 | If you like this plugin, you can send me postcard :) |
430 | | -My address is here: Russia, 143400, Krasnogorsk, Shkolnaya 1-19 |
| 439 | +My address is here: Russia, 143401, Krasnogorsk, Shkolnaya 1 kv. 19 |
431 | 440 | Thanks for support! |
432 | 441 |
|
433 | 442 |
|
|
0 commit comments