Hi Christian, 2018/12/10 Mon 20:52:44 UTC+9 Christian Brabandt wrote: > Hi, > I don't know gvimext.dll and hardly ever use it. However I just received > a bug report for the vim-airline plugin mentioning that the "Edit with > existing Vim" context menu on Windows does not work anymore > (https://github.com/vim-airline/vim-airline/issues/1838) > > It looks like it is related to a FocusLost autocommand, but I am not > sure. > > However in order to understand the problem, I'd like to know, what > exactly this is doing. So can anybody enlighten me? I suppose it is > simply calling gvim.exe with a `--remote` command? Is it easily possible > to get the commandline and arguments that have been called? > > I looked briefly into gvimext source, but did not find anything > interesting. So anybody knows and can share some knowledge?
For "Edit with existing Vim", see CShellExt::PushToWindow(). It brings the target Window to foreground, then it posts a WM_DROPFILES message to simulate Drag&Drop. 8.1.0228 is also related to "Edit with existing Vim". Regards, Ken Takata -- -- 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]. For more options, visit https://groups.google.com/d/optout.
