> Yes. I was speaking about a functionality as is supported e.g. by Firefox.

What you call "window" would be a new instance of gvim. You could thus
start a new instance and then close the current buffer and use
remote_send() to open it in the other instance. E.g.,

! start gvim --server-name Foo
let fname = fnameescape(expand('%:p'))
bd!
call echo remote_send("Foo", ":e ". fname ."\<cr>")

Or something like that.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to