From 7aac934e13c8fafae3c1209e0d9796e3588c6403 Mon Sep 17 00:00:00 2001 From: mnishz Date: Thu, 7 Jun 2018 20:42:28 +0900 Subject: [PATCH] Update if_ole from Vim 8.0 to 8.1 --- doc/if_ole.jax | 6 +++--- en/if_ole.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/if_ole.jax b/doc/if_ole.jax index 72f88778e..9469b42e3 100644 --- a/doc/if_ole.jax +++ b/doc/if_ole.jax @@ -1,4 +1,4 @@ -*if_ole.txt* For Vim バージョン 8.0. Last change: 2008 Aug 16 +*if_ole.txt* For Vim バージョン 8.1. Last change: 2008 Aug 16 VIMリファレンスマニュアル by Paul Moore @@ -42,9 +42,9 @@ Perlなどからアクセス可能な、OLEオートメーションサーバー $vim = new Win32::OLE 'Vim.Application'; [C#] > - // プロジェクトに VIM への参照を追加する。 + // プロジェクトに Vim への参照を追加する。 // COM タブを選択する。 - // "VIM Ole Interface 1.1 Type Library" を選択する。 + // "Vim Ole Interface 1.1 Type Library" を選択する。 Vim.Vim vimobj = new Vim.Vim(); Vimは、他の一部のOLEサーバーがサポートしているような、"hidden" なOLEサーバーと diff --git a/en/if_ole.txt b/en/if_ole.txt index 6a30a5807..4ec9ac5f1 100644 --- a/en/if_ole.txt +++ b/en/if_ole.txt @@ -1,4 +1,4 @@ -*if_ole.txt* For Vim version 8.0. Last change: 2008 Aug 16 +*if_ole.txt* For Vim version 8.1. Last change: 2008 Aug 16 VIM REFERENCE MANUAL by Paul Moore @@ -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