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
It seems popup.open place floating window on Neovim in wrong place.
It seems Vim's col/row starts from 1 but Neovim starts from 0. We should consider the col/row starts from 1 in both case (I'm not sure. We need to make sure this before fix.)
Provide a minimal vimrc with less than 50 lines to reproduce
Describe the bug
It seems
popup.open
place floating window on Neovim in wrong place.It seems Vim's col/row starts from 1 but Neovim starts from 0. We should consider the col/row starts from 1 in both case (I'm not sure. We need to make sure this before fix.)
Provide a minimal vimrc with less than 50 lines to reproduce
How to reproduce the problem from Vim startup
Expected behavior
Both Vim and Neovim place window in same location.
Actual behavior
It seems Neovim put floating window in invalid location.
Screenshots (if need)
Your environment
uname -a
(macOS/Linux) orver
(Windows)deno --version
vim --version
ornvim --version
git log -1
(run in the denops.vim repository)Additional context
Files
The text was updated successfully, but these errors were encountered: