We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 284768c + 5db6579 commit 2531bc2Copy full SHA for 2531bc2
doc/pymode.txt
@@ -278,11 +278,11 @@ Check code on every save (if file has been modified) *'g:pymode_lint_on_write'*
278
279
Check code on every save (every) *'g:pymode_lint_unmodified'*
280
>
281
- let g:pymode_lint_unmodified = 1
+ let g:pymode_lint_unmodified = 0
282
283
Check code when editting (onfly) *'g:pymode_lint_on_fly'*
284
285
- let g:pymode_lint_on_fly = 1
+ let g:pymode_lint_on_fly = 0
286
287
Show error message if cursor placed at the error line *'g:pymode_lint_message'*
288
0 commit comments