Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update if_ole from Vim 8.0 to 8.1 #222

Merged
merged 1 commit into from
Jun 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/if_ole.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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サーバーと
Expand Down
6 changes: 3 additions & 3 deletions en/if_ole.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down