Skip to content
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
5 changes: 0 additions & 5 deletions doc/builtin.jax
Original file line number Diff line number Diff line change
Expand Up @@ -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 のカレント作業ディレクトリにある実行可能ファイルも見つかる
Expand Down
2 changes: 1 addition & 1 deletion doc/vim9class.jax
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ TODO: 現時点では実装されていない。
クラスメソッドを組み込みメソッドとして使用することはできない。

インターフェイスの定義 ~
*Interface* *:interface* *:endinterface*
*interface* *Interface* *:interface* *:endinterface*
インターフェイスは `:interface` と `:endinterface` の間で定義される。プリフィッ
クスとして `:export` を付けることができる: >

Expand Down