You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the tagbar panel is open, if omnicomplete responses are navigated, generating popup windows when documentation is available; The editor becomes unusable due to a bug, until the command :call popup_clear() is made to close the popup that was generated.
Writing golang and using vim-go for completion, I have manually set the popups with the following code in my vimrc:
if has("patch-8.1.1904")
set completeopt+=popup
set completepopup=align:menu,border:off,highlight:Pmenu
endif
The text was updated successfully, but these errors were encountered:
Sorry this has gone with no response for so long. I do not have an environment to test with popups, so I am not able to help with this. If you are willing to provide a pull request, we can certainly help facilitate getting it merged in.
When the tagbar panel is open, if omnicomplete responses are navigated, generating popup windows when documentation is available; The editor becomes unusable due to a bug, until the command :call popup_clear() is made to close the popup that was generated.
Writing golang and using vim-go for completion, I have manually set the popups with the following code in my vimrc:
The text was updated successfully, but these errors were encountered: