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
The problem is that p.ws.tabline.widget.Height() is added to the y value of the popupmenu regardless of whether the GoNeovim external tabline is enabled. Thus, when disabled (as I have it) the popupmenu is moved farther down than it should be.
Thus, to fix it we only need to check if the tabline is enabled or not, and if it isn't then don't add the p.ws.tabline.widget.Height() value to y.
I think the popupmenu should be a little closer to the cursor here, it seems a bit too low:
The text was updated successfully, but these errors were encountered: