diff --git a/doc/builtin.jax b/doc/builtin.jax index abec90778..9f5b36104 100644 --- a/doc/builtin.jax +++ b/doc/builtin.jax @@ -2761,11 +2761,6 @@ executable({expr}) *executable()* MS-Windows では、Vim の実行可能ファイルと同じディレクトリにあ る実行可能ファイルは常に見つかる。このディレクトリは $PATH に 追加されているので、実行しても動作するはずだ |win32-PATH|。 - *NoDefaultCurrentDirectoryInExePath* - MS-Windows では、通常、Vim のカレント作業ディレクトリにある実 - 行可能ファイルも見つかるが、 - $NoDefaultCurrentDirectoryInExePath 環境変数を設定することでこ - れを無効にすることができる。 *$NoDefaultCurrentDirectoryInExePath* MS-Windows では、cmd.exe を 'shell' として使用する場合、通常、 Vim のカレント作業ディレクトリにある実行可能ファイルも見つかる diff --git a/doc/vim9class.jax b/doc/vim9class.jax index 719d668b9..69f6835fc 100644 --- a/doc/vim9class.jax +++ b/doc/vim9class.jax @@ -760,7 +760,7 @@ TODO: 現時点では実装されていない。 クラスメソッドを組み込みメソッドとして使用することはできない。 インターフェイスの定義 ~ - *Interface* *:interface* *:endinterface* + *interface* *Interface* *:interface* *:endinterface* インターフェイスは `:interface` と `:endinterface` の間で定義される。プリフィッ クスとして `:export` を付けることができる: >