summaryrefslogtreecommitdiffstats
path: root/runtime/doc/if_ole.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-06-05 14:44:35 +0200
committerBram Moolenaar <Bram@vim.org>2017-06-05 14:44:35 +0200
commit6aa8cea46d4179b2617daae034063dd0d8054e35 (patch)
tree25d3a8b4123803ec00dfab58f8b31b8e2c21a59f /runtime/doc/if_ole.txt
parent9472eec83c3f9c191814dc81dd82498c10b1fc9c (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/if_ole.txt')
-rw-r--r--runtime/doc/if_ole.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/if_ole.txt b/runtime/doc/if_ole.txt
index 6a30a5807e..be84f43b17 100644
--- a/runtime/doc/if_ole.txt
+++ b/runtime/doc/if_ole.txt
@@ -41,9 +41,9 @@ instance), code similar to the following should be used:
$vim = new Win32::OLE 'Vim.Application';
[C#] >
- // Add a reference to VIM in your project.
+ // Add a reference to Vim in your project.
// Choose the COM tab.
- // Select "VIM Ole Interface 1.1 Type Library"
+ // 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