-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocomplete broken in vim 8.1 #1860
Comments
It chould be |
I can confirm that things are working with the code from #1853 using this setup https://github.com/tobstarr/vim-8.1-test in a docker container! |
I'm having a similar problem between vim-go and |
If I roll back from MacOS homebrew |
I can confirm @apiarian 's comment as well. |
Good catch, @apiarian. While there may be other issues with |
Just a quick update from my side. I tested everything with the same version of vim-go (v1.17) but with an updated version of vim (8.1.95 instead of 8.1.35) and now things seem to work again (without even the need to recompile |
What did you do? (required. The issue will be closed when not provided.)
Try to use autocomplete () in vim 8.1 (the new default in fedora)
What did you expect to happen?
autocomplete to work as with vim 8.0
What happened instead?
the autocomplete menu is completely broken (the menu box no longer disappears and for vim somehow changes the most recent files). The initial box shows up but everything after that is then broken.
Configuration (MUST fill this out):
tested with HEAD (1b98bd8) and v1.17
vimrc
you used to reproduce (use a minimal vimrc with other plugins disabled; do not link to a 2,000 line vimrc)::version
):Go version (
go version
):go1.10.2
Go environment (
go env
):(executed in a standard docker container run via
docker run -t -i --rm fedora:28 bash
and then installingdnf install -y vim go
).The text was updated successfully, but these errors were encountered: