|
From: Sebastian M. <seb...@un...> - 2007-10-15 10:41:31
|
Am Sun, 14 Oct 2007 20:33:06 +0000 (UTC) schrieb Sebastian Menge <s....@gm...>: > >> On windows the command line option for vim to embed it into an > >> existing window is --windowid. We try to use the option --socketid > >> which is correct on Linux, but not windows. > >> > >> We should either change our code or submit a patch to vim to > >> change the option to --socketid since it works the same as the > >> linux --socketid option. > > > > No just change the plugin code. Bram asked me to change the > > commandline argument socketid to windowid. Fixed. Windows users with gvim >= 7.1.091 can use embedding now. S. |