summaryrefslogtreecommitdiff
path: root/runtime/doc/if_ole.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/if_ole.txt')
-rw-r--r--runtime/doc/if_ole.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/if_ole.txt b/runtime/doc/if_ole.txt
index 626da3e2f..51357c7b9 100644
--- a/runtime/doc/if_ole.txt
+++ b/runtime/doc/if_ole.txt
@@ -1,4 +1,4 @@
-*if_ole.txt* For Vim version 7.1a. Last change: 2006 Apr 30
+*if_ole.txt* For Vim version 7.1b. Last change: 2007 May 10
VIM REFERENCE MANUAL by Paul Moore
@@ -40,6 +40,12 @@ instance), code similar to the following should be used:
use Win32::OLE;
$vim = new Win32::OLE 'Vim.Application';
+[C#] >
+ // Add a reference to VIM in your project.
+ // Choose the COM tab.
+ // Select "VIM Ole Interface 1.1 Type Library"
+ Vim.Vim vimobj = new Vim.Vim();
+
Vim does not support acting as a "hidden" OLE server, like some other OLE
Automation servers. When a client starts up an instance of Vim, that instance
is immediately visible. Simply closing the OLE connection to the Vim instance