Skip to content
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

tagbar conflicts with completeopt popup. #815

Open
8i8 opened this issue Apr 6, 2022 · 1 comment
Open

tagbar conflicts with completeopt popup. #815

8i8 opened this issue Apr 6, 2022 · 1 comment

Comments

@8i8
Copy link

8i8 commented Apr 6, 2022

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
@raven42
Copy link
Collaborator

raven42 commented Sep 19, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants