-
Notifications
You must be signed in to change notification settings - Fork 63
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
pum_getpos() seems to return wrong value for ext_popupmenu #388
Comments
@acomagu When ext_popupmenu is enabled, the ui uses This problem has been fixed in 7024c9f. |
@akiyosi I can see it's fixed! Thank you for your incredibly quick work! |
@akiyosi Wow, you helped me a lot!! Thank you! |
When I see popup like this:
pum_getpos()
returns such value:The values of
width
,height
andsize
seems to be far from those of native pum.I understand they won't be exact same value, but I guess
width
andheight
should be more smaller.Why I need this to be fixed
I use nvim-cmp as completion engine. When I use it with GoNeovim ExtPopupMenu, the floating window of documentation next to popup menu appears very narrow.
This problem may be caused because the width value of
pum_getpos()
is wrong.Thank you!
The text was updated successfully, but these errors were encountered: