@@ -104,13 +104,13 @@ PythonMode. These options should be set in your vimrc.
104
104
105
105
| 'pymode_syntax_print_as_function' | Hightlight `print ` as function
106
106
107
- | 'pymode_syntax_highlight_equal_operator' | Hightlight `= `
107
+ | 'pymode_syntax_highlight_equal_operator' | Hightlight `= `
108
108
109
- | 'pymode_syntax_highlight_stars_operator' | Hightlight `* `
109
+ | 'pymode_syntax_highlight_stars_operator' | Hightlight `* `
110
110
111
- | 'pymode_syntax_highlight_self' | Hightlight `self `
111
+ | 'pymode_syntax_highlight_self' | Hightlight `self `
112
112
113
- | 'pymode_syntax_indent_errors' | Hightlight indentation errors
113
+ | 'pymode_syntax_indent_errors' | Hightlight indentation errors
114
114
115
115
| 'pymode_syntax_space_errors' | Hightlight trailing spaces as errors
116
116
@@ -152,7 +152,7 @@ To enable any of the options below you should put the given line in your
152
152
2.2. Modeline ~
153
153
*PythonModeModeline*
154
154
155
- The VIM modeline `:help modeline` feature allows you to change pymode
155
+ The VIM modeline `:help modeline` feature allows you to change pymode
156
156
options for the current file. Pymode modeline should always be the
157
157
last line in the vimrc file and look like:
158
158
@@ -393,28 +393,28 @@ Hightlight `print` as function
393
393
Values: 0 or 1.
394
394
Default: | 'pymode_syntax_all' | .
395
395
396
- Hightlight `= `
396
+ Hightlight `= `
397
397
398
398
------------------------------------------------------------------------------
399
399
*'pymode_syntax_highlight_stars_operator'*
400
400
Values: 0 or 1.
401
401
Default: | 'pymode_syntax_all' | .
402
402
403
- Hightlight `* `
403
+ Hightlight `* `
404
404
405
405
------------------------------------------------------------------------------
406
406
*'pymode_syntax_highlight_self'*
407
407
Values: 0 or 1.
408
408
Default: | 'pymode_syntax_all' | .
409
409
410
- Hightlight `self `
410
+ Hightlight `self `
411
411
412
412
------------------------------------------------------------------------------
413
413
*'pymode_syntax_indent_errors'*
414
414
Values: 0 or 1.
415
415
Default: | 'pymode_syntax_all' | .
416
416
417
- Hightlight indentation errors
417
+ Hightlight indentation errors
418
418
419
419
------------------------------------------------------------------------------
420
420
*'pymode_syntax_space_errors'*
@@ -576,7 +576,7 @@ iM Operation with inner function or method.
576
576
577
577
*:PyLintAuto* *PyLintAuto*
578
578
Automatically fix PEP8 errors in the current buffer
579
-
579
+
580
580
*:Pyrun* *Pyrun*
581
581
Run current buffer
582
582
@@ -599,7 +599,7 @@ To work, rope_ creates a service directory: `.ropeproject`. If
599
599
| 'pymode_rope_guess_project' | is set on (as it is by default) and
600
600
`.ropeproject` is not found in the current dir, rope will scan for
601
601
`.ropeproject` in every dir in the parent path. If rope finds `.ropeproject`
602
- in parent dirs, rope sets projectis for all child dirs and the scan may be
602
+ in parent dirs, rope sets projectis for all child dirs and the scan may be
603
603
slow for many dirs and files.
604
604
605
605
Solutions:
@@ -621,7 +621,7 @@ modules if possible. Try using pyflakes: see |'pymode_lint_checker'|.
621
621
You may set | exrc | and | secure | in your | vimrc | to auto-set custom settings
622
622
from `.vimrc` from your projects directories.
623
623
>
624
- Example: On Flask projects I automatically set
624
+ Example: On Flask projects I automatically set
625
625
'g:pymode_lint_checker = "pyflakes"'.
626
626
On Django 'g:pymode_lint_checker = "pylint"'
627
627
<
@@ -643,7 +643,7 @@ The sequence of commands that fixed this:
643
643
644
644
==============================================================================
645
645
6. Credits ~
646
- *PythonModeCredits*
646
+ *PythonModeCredits*
647
647
Kirill Klenov
648
648
http://klen.github.com/
649
649
http://github.com/klen/
@@ -684,7 +684,7 @@ The sequence of commands that fixed this:
684
684
Python-mode is released under the GNU lesser general public license.
685
685
See: http://www.gnu.org/copyleft/lesser.html
686
686
687
- If you like this plugin, you can send me a postcard :)
687
+ If you like this plugin, you can send me a postcard :)
688
688
My address is: "Russia, 143401, Krasnogorsk, Shkolnaya 1-19" to "Kirill Klenov".
689
689
Thanks for your support!
690
690
0 commit comments