Skip to content

Commit 2f3753c

Browse files
authored
Merge pull request #244 from mnishz/if_mzsch_for_Vim_8.1
Update if_mzsch from Vim 8.0 to 8.1
2 parents 076aa44 + f23bc81 commit 2f3753c

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

doc/if_mzsch.jax

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_mzsch.txt* For Vim バージョン 8.0. Last change: 2016 Jan 24
1+
*if_mzsch.txt* For Vim バージョン 8.1. Last change: 2017 Oct 08
22

33

44
VIMリファレンスマニュアル by Sergey Khorev
@@ -282,14 +282,18 @@ MS-Windows では MzScheme ライブラリを動的に読み込むことが可
282282
しで Vim を使うことができます。
283283
NOTE: 比較的新しいバージョンの MzScheme (Racket) は scheme_main_setup によるト
284284
ランポリンを用いた事前初期化処理を必要とします。そのために Vim は可能であれば常
285-
に MzScheme の DLL を初期化時に読み込みます。
285+
に MzScheme の DLL を初期化時に読み込みます。これは Vim の起動を遅くするかもし
286+
れません。
286287

287288
MzScheme インターフェイスを使うには MzScheme の DLL が検索パス内に存在しなけ
288289
ればなりません。コンソールウィンドウで "path" とタイプすると、どのディレクト
289290
リが検索パスとなるか表示できます。
290291

291-
DLL の名前は Vim をコンパイルした時の MzScheme のバージョンと一致しなければ
292-
なりません。MzScheme 209 用ならば "libmzsch209_000.dll" と
292+
MS-Windows では 'mzschemedll' および 'mzschemegcdll' オプションが読み込むライ
293+
ブラリの名前として使用されます。初期値はビルド時に指定されます。
294+
295+
DLL のバージョンは Vim をコンパイルした時の MzScheme のバージョンと一致しなけ
296+
ればなりません。MzScheme 209 用ならば "libmzsch209_000.dll" と
293297
"libmzgc209_000.dll" となるでしょう。確認するには ":version" コマンドの出力
294298
を見て、コンパイル情報から -DDYNAMIC_MZSCH_DLL="なんらか" と
295299
-DDYNAMIC_MZGC_DLL="なんらか" を探してください。

en/if_mzsch.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_mzsch.txt* For Vim version 8.0. Last change: 2016 Jan 24
1+
*if_mzsch.txt* For Vim version 8.1. Last change: 2017 Oct 08
22

33

44
VIM REFERENCE MANUAL by Sergey Khorev
@@ -278,12 +278,15 @@ When you don't use the MzScheme interface you don't need them, thus you can
278278
use Vim without these DLL files.
279279
NOTE: Newer version of MzScheme (Racket) require earlier (trampolined)
280280
initialisation via scheme_main_setup. So Vim always loads the MzScheme DLL at
281-
startup if possible.
281+
startup if possible. This may make Vim startup slower.
282282

283283
To use the MzScheme interface the MzScheme DLLs must be in your search path.
284284
In a console window type "path" to see what directories are used.
285285

286-
The names of the DLLs must match the MzScheme version Vim was compiled with.
286+
On MS-Windows the options 'mzschemedll' and 'mzschemegcdll' are used for the
287+
name of the library to load. The initial value is specified at build time.
288+
289+
The version of the DLL must match the MzScheme version Vim was compiled with.
287290
For MzScheme version 209 they will be "libmzsch209_000.dll" and
288291
"libmzgc209_000.dll". To know for sure look at the output of the ":version"
289292
command, look for -DDYNAMIC_MZSCH_DLL="something" and

0 commit comments

Comments
 (0)