@@ -104,13 +104,13 @@ PythonMode. These options should be set in your vimrc.
104104
105105| 'pymode_syntax_print_as_function' | Hightlight `print ` as function
106106
107- | 'pymode_syntax_highlight_equal_operator' | Hightlight `= `
107+ | 'pymode_syntax_highlight_equal_operator' | Hightlight `= `
108108
109- | 'pymode_syntax_highlight_stars_operator' | Hightlight `* `
109+ | 'pymode_syntax_highlight_stars_operator' | Hightlight `* `
110110
111- | 'pymode_syntax_highlight_self' | Hightlight `self `
111+ | 'pymode_syntax_highlight_self' | Hightlight `self `
112112
113- | 'pymode_syntax_indent_errors' | Hightlight indentation errors
113+ | 'pymode_syntax_indent_errors' | Hightlight indentation errors
114114
115115| 'pymode_syntax_space_errors' | Hightlight trailing spaces as errors
116116
@@ -152,7 +152,7 @@ To enable any of the options below you should put the given line in your
1521522.2. Modeline ~
153153 *PythonModeModeline*
154154
155- The VIM modeline `:help modeline` feature allows you to change pymode
155+ The VIM modeline `:help modeline` feature allows you to change pymode
156156options for the current file. Pymode modeline should always be the
157157last line in the vimrc file and look like:
158158
@@ -393,28 +393,28 @@ Hightlight `print` as function
393393Values: 0 or 1.
394394Default: | 'pymode_syntax_all' | .
395395
396- Hightlight `= `
396+ Hightlight `= `
397397
398398------------------------------------------------------------------------------
399399 *'pymode_syntax_highlight_stars_operator'*
400400Values: 0 or 1.
401401Default: | 'pymode_syntax_all' | .
402402
403- Hightlight `* `
403+ Hightlight `* `
404404
405405------------------------------------------------------------------------------
406406 *'pymode_syntax_highlight_self'*
407407Values: 0 or 1.
408408Default: | 'pymode_syntax_all' | .
409409
410- Hightlight `self `
410+ Hightlight `self `
411411
412412------------------------------------------------------------------------------
413413 *'pymode_syntax_indent_errors'*
414414Values: 0 or 1.
415415Default: | 'pymode_syntax_all' | .
416416
417- Hightlight indentation errors
417+ Hightlight indentation errors
418418
419419------------------------------------------------------------------------------
420420 *'pymode_syntax_space_errors'*
@@ -576,7 +576,7 @@ iM Operation with inner function or method.
576576
577577*:PyLintAuto* *PyLintAuto*
578578 Automatically fix PEP8 errors in the current buffer
579-
579+
580580*:Pyrun* *Pyrun*
581581 Run current buffer
582582
@@ -599,7 +599,7 @@ To work, rope_ creates a service directory: `.ropeproject`. If
599599| 'pymode_rope_guess_project' | is set on (as it is by default) and
600600`.ropeproject` is not found in the current dir, rope will scan for
601601`.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
603603slow for many dirs and files.
604604
605605Solutions:
@@ -621,7 +621,7 @@ modules if possible. Try using pyflakes: see |'pymode_lint_checker'|.
621621You may set | exrc | and | secure | in your | vimrc | to auto-set custom settings
622622from `.vimrc` from your projects directories.
623623>
624- Example: On Flask projects I automatically set
624+ Example: On Flask projects I automatically set
625625 'g:pymode_lint_checker = "pyflakes"'.
626626 On Django 'g:pymode_lint_checker = "pylint"'
627627<
@@ -643,7 +643,7 @@ The sequence of commands that fixed this:
643643
644644==============================================================================
6456456. Credits ~
646- *PythonModeCredits*
646+ *PythonModeCredits*
647647 Kirill Klenov
648648 http://klen.github.com/
649649 http://github.com/klen/
@@ -684,7 +684,7 @@ The sequence of commands that fixed this:
684684Python-mode is released under the GNU lesser general public license.
685685See: http://www.gnu.org/copyleft/lesser.html
686686
687- If you like this plugin, you can send me a postcard :)
687+ If you like this plugin, you can send me a postcard :)
688688My address is: "Russia, 143401, Krasnogorsk, Shkolnaya 1-19" to "Kirill Klenov".
689689Thanks for your support!
690690
0 commit comments