File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIMリファレンスマニュアル by Paul Moore
@@ -42,9 +42,9 @@ Perlなどからアクセス可能な、OLEオートメーションサーバー
42
42
$vim = new Win32::OLE 'Vim.Application';
43
43
44
44
[C#] >
45
- // プロジェクトに VIM への参照を追加する。
45
+ // プロジェクトに Vim への参照を追加する。
46
46
// COM タブを選択する。
47
- // "VIM Ole Interface 1.1 Type Library" を選択する。
47
+ // "Vim Ole Interface 1.1 Type Library" を選択する。
48
48
Vim.Vim vimobj = new Vim.Vim();
49
49
50
50
Vimは、他の一部のOLEサーバーがサポートしているような、"hidden" なOLEサーバーと
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Paul Moore
@@ -41,9 +41,9 @@ instance), code similar to the following should be used:
41
41
$vim = new Win32::OLE 'Vim.Application';
42
42
43
43
[C#] >
44
- // Add a reference to VIM in your project.
44
+ // Add a reference to Vim in your project.
45
45
// Choose the COM tab.
46
- // Select "VIM Ole Interface 1.1 Type Library"
46
+ // Select "Vim Ole Interface 1.1 Type Library"
47
47
Vim.Vim vimobj = new Vim.Vim();
48
48
49
49
Vim does not support acting as a "hidden" OLE server, like some other OLE
You can’t perform that action at this time.
0 commit comments