g:jedi#popup_select_first = 0 did not affect
See original GitHub issueHi.
When I set vimrc like following, popup always selected first item.
set completeopt=menu
let g:jedi#popup_on_dot = 1
let g:jedi#popup_select_first = 0
I do not want to select first item.
Is there any settings for not select first item?
env
MacOS 10.8.4 Python 2.7.5 Vim 7.4.000(MacVim)
Regards,
Issue Analytics
- State:
- Created 10 years ago
- Comments:23 (14 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I see this behaviour
It doesn’t work. It selects the first item
It works
I try this with the first case, but the trouble persists
I use Shougo/neocomplete
@davidhalter Thank you for your reply.
I set
set completeopt=menu
in .vimrcWhen I start vim
$ vim sample.py
:set completeopt
showscompleteopt=menu
Than I input like following,
After popup shows and cancel popup,
:set completeopt
showscompleteopt=menuone
my vimrc jedi.vim settings are following.
Best regards,