Skip to content

Commit f0a40f9

Browse files
authored
Merge pull request #222 from mnishz/if_ole_for_Vim_8
Update if_ole from Vim 8.0 to 8.1
2 parents 1856ab6 + 7aac934 commit f0a40f9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/if_ole.jax

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_ole.txt* For Vim バージョン 8.0. Last change: 2008 Aug 16
1+
*if_ole.txt* For Vim バージョン 8.1. Last change: 2008 Aug 16
22

33

44
VIMリファレンスマニュアル by Paul Moore
@@ -42,9 +42,9 @@ Perlなどからアクセス可能な、OLEオートメーションサーバー
4242
$vim = new Win32::OLE 'Vim.Application';
4343
4444
[C#] >
45-
// プロジェクトに VIM への参照を追加する。
45+
// プロジェクトに Vim への参照を追加する。
4646
// COM タブを選択する。
47-
// "VIM Ole Interface 1.1 Type Library" を選択する。
47+
// "Vim Ole Interface 1.1 Type Library" を選択する。
4848
Vim.Vim vimobj = new Vim.Vim();
4949
5050
Vimは、他の一部のOLEサーバーがサポートしているような、"hidden" なOLEサーバーと

en/if_ole.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_ole.txt* For Vim version 8.0. Last change: 2008 Aug 16
1+
*if_ole.txt* For Vim version 8.1. Last change: 2008 Aug 16
22

33

44
VIM REFERENCE MANUAL by Paul Moore
@@ -41,9 +41,9 @@ instance), code similar to the following should be used:
4141
$vim = new Win32::OLE 'Vim.Application';
4242
4343
[C#] >
44-
// Add a reference to VIM in your project.
44+
// Add a reference to Vim in your project.
4545
// Choose the COM tab.
46-
// Select "VIM Ole Interface 1.1 Type Library"
46+
// Select "Vim Ole Interface 1.1 Type Library"
4747
Vim.Vim vimobj = new Vim.Vim();
4848
4949
Vim does not support acting as a "hidden" OLE server, like some other OLE

0 commit comments

Comments
 (0)