updated for version 7.1b
diff --git a/runtime/doc/gui_w32.txt b/runtime/doc/gui_w32.txt
index a518f03..c81d5a1 100644
--- a/runtime/doc/gui_w32.txt
+++ b/runtime/doc/gui_w32.txt
@@ -1,4 +1,4 @@
-*gui_w32.txt* For Vim version 7.1a. Last change: 2007 May 03
+*gui_w32.txt* For Vim version 7.1b. Last change: 2007 May 03
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/if_ole.txt b/runtime/doc/if_ole.txt
index 626da3e..51357c7 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 @@
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
diff --git a/runtime/doc/usr_42.txt b/runtime/doc/usr_42.txt
index 3b0cb04..98be3f7 100644
--- a/runtime/doc/usr_42.txt
+++ b/runtime/doc/usr_42.txt
@@ -1,4 +1,4 @@
-*usr_42.txt* For Vim version 7.1a. Last change: 2006 Apr 24
+*usr_42.txt* For Vim version 7.1b. Last change: 2006 Apr 24
VIM USER MANUAL - by Bram Moolenaar