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
completion menu is using default vim completion menu. so nothing we can do here. if you are manually creating a popup you can get the position and width/height of the complete menu and position it correctly.
I supposed this was a bug in either vim-lsp or asyncomplete.vim, since I couldn't reproduce it without them.
I wonder if this is caused by unknown bug in Vim.
Anyway, I understood that this cannot be fixed. Thank you.
Describe the bug
The
zindex
of insert mode completion menu is100
, but it is covered by other popup with lowerzindex
value, such as10
.To Reproduce
Run
vim -N -u minimal_vimrc
.Create a popup with
zindex
of10
.Show completion menu around the popup.
Completion menu is covered by the popup.
Screenshots
(Highlighted popup for clarity)
Expected behavior
Completion menu is not covered by lower priority popup.
Environment
Additional context
The fact that the
zindex
of completion menu is100
is mentioned before:h popup-props
.The text was updated successfully, but these errors were encountered: