Skip to content

Commit 2531bc2

Browse files
committed
Merge pull request python-mode#362 from regisb/develop
Documentation is wrong on default values
2 parents 284768c + 5db6579 commit 2531bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/pymode.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,11 @@ Check code on every save (if file has been modified) *'g:pymode_lint_on_write'*
278278
279279
Check code on every save (every) *'g:pymode_lint_unmodified'*
280280
>
281-
let g:pymode_lint_unmodified = 1
281+
let g:pymode_lint_unmodified = 0
282282
283283
Check code when editting (onfly) *'g:pymode_lint_on_fly'*
284284
>
285-
let g:pymode_lint_on_fly = 1
285+
let g:pymode_lint_on_fly = 0
286286
287287
Show error message if cursor placed at the error line *'g:pymode_lint_message'*
288288
>

0 commit comments

Comments
 (0)