@@ -312,7 +312,7 @@ after them 'C' and ...
312
312
>
313
313
let g:pymode_lint_sort = []
314
314
315
- Auto open cwindow (quickfix) if any errors has been finded
315
+ Auto open cwindow (quickfix) if any errors have been found
316
316
*'g:pymode_lint_cwindow'*
317
317
>
318
318
let g:pymode_lint_cwindow = 1
@@ -335,7 +335,7 @@ Definitions for |signs|
335
335
3. Rope support ~
336
336
*pymode-rope*
337
337
338
- Pymode support Rope refactoring operations, code completion and code assists.
338
+ Pymode supports Rope refactoring operations, code completion and code assists.
339
339
340
340
Commands:
341
341
| :PymodeRopeAutoImport | -- Resolve import for element under cursor
@@ -397,8 +397,8 @@ Regenerate project cache on every save (if file has been modified)
397
397
4.1 Completion ~
398
398
*pymode-completion*
399
399
400
- By default you can use <Ctrl-Space> for autocompletion. Will be
401
- automatically selected first entry and you can press <Return> to insert in
400
+ By default you can use <Ctrl-Space> for autocompletion. The first entry will
401
+ be automatically selected and you can press <Return> to insert the entry in
402
402
your code. <C-X><C-O> and <C-P> /<C-N> works too.
403
403
404
404
Autocompletion is also called by typing a period in | Insert | mode by default.
@@ -552,8 +552,9 @@ Turn on pymode syntax *'g:pymode_syntax'*
552
552
>
553
553
let g:pymode_syntax = 1
554
554
555
- More slow synchronizing. Disable on the slow machine, but code in docstrings
556
- could be broken. *'g:pymode_syntax_slow_sync'*
555
+ Slower syntax synchronization that is better at handling code blocks in
556
+ docstrings. Consider disabling this on slower hardware.
557
+ *'g:pymode_syntax_slow_sync'*
557
558
>
558
559
let g:pymode_syntax_slow_sync = 1
559
560
0 commit comments