vim-lsp uses the new popup window a lot. https://github.com/prabirshrestha/vim-lsp
Signature help: https://github.com/prabirshrestha/vim-lsp/pull/479 [image: terminal7] We also use it for hover to find information about the word under cursor. https://github.com/prabirshrestha/vim-lsp/pull/441 [image: image] And to peek definition: https://github.com/prabirshrestha/vim-lsp/pull/412 [image: image] Is there an equivalent for CursorMoved but MouseMoved instead so we can auto open the popup window? MouseMoved would definitely need some sort of debouning. On Friday, September 6, 2019 at 6:47:35 AM UTC-7, Bram Moolenaar wrote: > > > > > You need to enable that with "resize" and "drag". > > > > I've done that, but it's very possible I'm overlooking something or my > > environment is quirky. I've tried opening vim in/out of tmux, with/out a > > .vimrc and almost every variation of the optional configs I can think > of. > > I'm using Debian 10, i3 version 4.16.1 and vim patch 8.1.1944. > > > > Here's a screencap of the behavior I see: > > https://www.dropbox.com/s/ooc18fc0hmzi5ej/vim-popup-resize-drag.ogv?dl=0 > > The command is right, and it works for me. Thus there is something wrong > with mouse events in your setup. Probably drag events don't work. > I have seen that with some terminal emulators. > > -- > Some of the well known MS-Windows errors: > EHUH Unexpected error > EUSER User error, not our fault! > EGOD Horrible problem, god knows what has happened > EERR Errornous error: nothing wrong > > /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net > \\\ > /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ > \\\ > \\\ an exciting new programming language -- http://www.Zimbu.org > /// > \\\ help me help AIDS victims -- http://ICCF-Holland.org > /// > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/b0d7b481-93fc-4245-9696-fb1ecdb9ead2%40googlegroups.com.
