>
> I was reading :h ole-interface.
>
> Is there anyway to spawn a new instance of Vim via OLE, through some
> command (or anything)?
> OLE automatically picks up the first already running Vim instance
> which supports OLE.
> If one is not running it spawns one.
>
> I was wanting to spawn a new one everytime.
I forgot nearly all visual basic ole stuff by now. IIRC when a ole
server is first registered, it stored a flag 'multiuse' inside window
registry. If this flag is set, then you the same loaded server will be
shared by different client. On the other hand, if it is 'singleuse',
it will be the behavior that you asked for. Therefore this property
is controlled by a flag in registry.
My memory may be incorrect but that should give you some words to
google. :-)
--
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
pg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
--
You received this message from the "vim_use" 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
No comments:
Post a Comment