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

Commit344502c

Browse files
committed
add note about autocomplete in documents
1 parentbfd70f7 commit344502c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎doc/pymode.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pymode.txt* For Vim Version 8.0 Last change:2017 November 20
1+
*pymode.txt* For Vim Version 8.0 Last change:2019 March 08
22

33
____ _ _ ____ _ _ _____ _ _ __ __ _____ ____ ____~
44
( _ \( \/ )(_ _)( )_( )( _ )( \( )___( \/ )( _ )( _ \( ___)~
@@ -483,6 +483,12 @@ your code. <C-X><C-O> and <C-P>/<C-N> works too.
483483

484484
Autocompletion is also called by typing a period in|Insert| mode by default.
485485

486+
If there's only one complete item, vim may be inserting it automatically
487+
instead of using a popup menu. If the complete item which inserted is not
488+
your wanted, you can roll it back use '<c-w>' in|Insert| mode or setup
489+
'completeopt' with`menuone` and`noinsert` in your vimrc. .e.g.
490+
>
491+
set completeopt=menuone,noinsert
486492
487493
Turn on code completion support in the plugin*'g:pymode_rope_completion'*
488494
>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp