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
Expected behavior
The content floating window and the border floating window are drawn relative the cursor position.
Observed behavior
Only the content floating window is drawn relative the cursor position. The border floating window has an offset, dependent on the cursor position.
The text was updated successfully, but these errors were encountered:
TobiasPleyer
added a commit
to TobiasPleyer/popup.nvim
that referenced
this issue
Apr 6, 2021
Example call
:lua require('popup').create({"Hello", "World"}, {border=true, title='test', line="cursor+1", col="cursor+0", minwidth=25, minheight=15})
Expected behavior
The content floating window and the border floating window are drawn relative the cursor position.
Observed behavior
Only the content floating window is drawn relative the cursor position. The border floating window has an offset, dependent on the cursor position.
The text was updated successfully, but these errors were encountered: