ycm-core / YouCompleteMe

A code-completion engine for Vim
http://ycm-core.github.io/YouCompleteMe/
GNU General Public License v3.0
25.44k stars 2.81k forks source link

Python autocompletes immediately and scrolls to end of completion #217

Closed cachance7 closed 11 years ago

cachance7 commented 11 years ago

Not sure if this is a problem with YouCompleteMe or jedi. When autocomplete suggestions are shown for Python, the 2nd suggestion is immediately autocompleted and cursor scrolls to end.

g:ycm_min_num_of_chars_for_completion=2 omnifunc=youcompleteme#OmniComplete

Commit bdb88f7b76935febbda6a098430bdc9d44ff13c8

Valloric commented 11 years ago

I can't reproduce this. How did you trigger autocomplete? Was it by typing . or some other way?

cachance7 commented 11 years ago

It was triggered by .. Tried it out in C++ but things seem ok. Is there anything a custom binding might be stepping on? Some additional log info I can provide? I'll try reinstalling jedi as well.

cachance7 commented 11 years ago

Removed jedi vim plugin, things started to work ok again...