Shougo

Results 773 comments of Shougo

> Also, I tested with :python3 import neovim and greenlet seems to be causing an issue when it is imported. You should remove greenlet library and reinstall neovim package.

> Aren't dlls a windows only thing? Or am I mistaken? It is not only Windows environment.

Please research about `pythonthreedll`. It is used widely.

You should re-build Vim8.1 with Python3 support.

I don't recommend for you to use pyenv. It is difficult set up properly. If you really need pyenv(why?), you must set `pythonthreedll` and `g:python3_host_prog` to pyenv's path.

Hi, I'm neocomplete author. > I had this issue when change force_omni_input_patterns to .*, but I don't know how to make it work well with neocomplete. You should not use...

If you want to complete the 1st item, you should enable `g:neocomplete#enable_auto_select`.

> But when I type manually, vim always selects the 1st item when lacks of longest, which is really what I don't want... So I think it would be better...

@j5shi Please describe your Vim version. Please upload your .vimrc configuration.

@j5shi You should update your Vim to 7.4.775 or above.