Skip to content

Commit b282f82

Browse files
committed
Merge branch 'develop' of github.com:klen/python-mode into develop
2 parents 9756409 + 7d5f4fa commit b282f82

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Default values: ::
191191
let g:pymode_lint_maxheight = 6
192192

193193

194-
.. note::
194+
.. note::
195195
Pylint options (ex. disable messages) may be defined in ``$HOME/pylint.rc``
196196
See pylint documentation: http://pylint-messages.wikidot.com/all-codes
197197

@@ -511,7 +511,7 @@ License
511511

512512
Licensed under a `GNU lesser general public license`_.
513513

514-
If you like this plugin, you can send me postcard :)
514+
If you like this plugin, you can send me postcard :)
515515
My address is here: "Russia, 143401, Krasnogorsk, Shkolnaya 1-19" to "Kirill Klenov".
516516
**Thanks for support!**
517517

doc/pymode.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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
152152
2.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
156156
options for the current file. Pymode modeline should always be the
157157
last line in the vimrc file and look like:
158158

@@ -393,28 +393,28 @@ Hightlight `print` as function
393393
Values: 0 or 1.
394394
Default: |'pymode_syntax_all'|.
395395

396-
Hightlight `=`
396+
Hightlight `=`
397397

398398
------------------------------------------------------------------------------
399399
*'pymode_syntax_highlight_stars_operator'*
400400
Values: 0 or 1.
401401
Default: |'pymode_syntax_all'|.
402402

403-
Hightlight `*`
403+
Hightlight `*`
404404

405405
------------------------------------------------------------------------------
406406
*'pymode_syntax_highlight_self'*
407407
Values: 0 or 1.
408408
Default: |'pymode_syntax_all'|.
409409

410-
Hightlight `self`
410+
Hightlight `self`
411411

412412
------------------------------------------------------------------------------
413413
*'pymode_syntax_indent_errors'*
414414
Values: 0 or 1.
415415
Default: |'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
603603
slow for many dirs and files.
604604

605605
Solutions:
@@ -621,7 +621,7 @@ modules if possible. Try using pyflakes: see |'pymode_lint_checker'|.
621621
You may set |exrc| and |secure| in your |vimrc| to auto-set custom settings
622622
from `.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
==============================================================================
645645
6. 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:
684684
Python-mode is released under the GNU lesser general public license.
685685
See: 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 :)
688688
My address is: "Russia, 143401, Krasnogorsk, Shkolnaya 1-19" to "Kirill Klenov".
689689
Thanks for your support!
690690

doc/ropevim.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ those under ``ropetest`` folder.
151151
The find occurrences command ("<C-c> f" by default) can be used to
152152
find the occurrences of a python name. If ``unsure`` option is
153153
``yes``, it will also show unsure occurrences; unsure occurrences are
154-
indicated with a ``?`` mark in the end.
154+
indicated with a ``?`` mark in the end.
155155

156156
Note:
157157
That ropevim uses the quickfix feature of vim for
@@ -183,7 +183,7 @@ values you can use: >
183183
name2
184184
line3
185185
<
186-
Each line of the definition should start with a space or a tab.
186+
Each line of the definition should start with a space or a tab.
187187
Note:
188188
That blank lines before the name of config definitions are ignored.
189189

@@ -222,7 +222,7 @@ restructuring can be: >
222222
*RopeVariables*
223223

224224
*'pymode_rope_codeassist_maxfixes'* The maximum number of syntax errors
225-
to fix for code assists.
225+
to fix for code assists.
226226
The default value is `1`.
227227

228228
*'pymode_rope_local_prefix'* The prefix for ropevim refactorings.

0 commit comments

Comments
 (0)