Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite259986

Browse files
author
Mel Boyce
committed
Cleaned up some grammar.
1 parented8c533 commite259986

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

‎doc/pymode.txt‎

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ after them 'C' and ...
312312
>
313313
let g:pymode_lint_sort = []
314314
315-
Auto open cwindow (quickfix) if any errorshas beenfinded
315+
Auto open cwindow (quickfix) if any errorshave beenfound
316316
*'g:pymode_lint_cwindow'*
317317
>
318318
let g:pymode_lint_cwindow = 1
@@ -335,7 +335,7 @@ Definitions for |signs|
335335
3. Rope support~
336336
*pymode-rope*
337337

338-
Pymodesupport Rope refactoring operations, code completion and code assists.
338+
Pymodesupports Rope refactoring operations, code completion and code assists.
339339

340340
Commands:
341341
|:PymodeRopeAutoImport| -- Resolve import for element under cursor
@@ -397,8 +397,8 @@ Regenerate project cache on every save (if file has been modified)
397397
4.1 Completion~
398398
*pymode-completion*
399399

400-
By default you can use<Ctrl-Space> for autocompletion.Will be
401-
automatically selectedfirst entryand you can press<Return> to insert in
400+
By default you can use<Ctrl-Space> for autocompletion.The first entry will
401+
beautomatically selected and you can press<Return> to insert the entry in
402402
your code.<C-X><C-O> and<C-P>/<C-N> works too.
403403

404404
Autocompletion is also called by typing a period in|Insert| mode by default.
@@ -552,8 +552,9 @@ Turn on pymode syntax *'g:pymode_syntax'*
552552
>
553553
let g:pymode_syntax = 1
554554
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'*
557558
>
558559
let g:pymode_syntax_slow_sync = 1
559560

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp