diff --git a/doc/index.jax b/doc/index.jax index f107b9eef..30bae8bd7 100644 --- a/doc/index.jax +++ b/doc/index.jax @@ -1684,6 +1684,8 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能 |:tab| :tab 新しいウィンドウを開くとき新しいタブを作る |:tag| :ta[g] タグを検索しジャンプする |:tags| :tags タグスタックの内容を表示 +|:tcd| :tcd タブページのカレントディレクトリを変更する +|:tchdir| :tch[dir] タブページのカレントディレクトリを変更する |:tcl| :tc[l] Tcl コマンドを実行 |:tcldo| :tcld[o] 各行の Tcl コマンドを実行 |:tclfile| :tclf[ile] Tcl スクリプトファイルを実行 diff --git a/doc/usr_41.jax b/doc/usr_41.jax index 88d999f5b..3e36afc61 100644 --- a/doc/usr_41.jax +++ b/doc/usr_41.jax @@ -742,8 +742,8 @@ substitute() コマンドの前後にいろいろな処理を入れたりする isdirectory() ディレクトリの存在をチェックする getfsize() ファイルのサイズを得る getcwd() カレントディレクトリを得る - haslocaldir() カレントウィンドウが |:lcd| を使用したかどうか - をチェックする + haslocaldir() カレントウィンドウが |:lcd| または |:tcd| を使 + 用したかどうかをチェックする tempname() 一時ファイルの名前を得る mkdir() ディレクトリを作成する delete() ファイルを削除する diff --git a/en/index.txt b/en/index.txt index 83be4a529..c95de5b7b 100644 --- a/en/index.txt +++ b/en/index.txt @@ -1623,6 +1623,8 @@ tag command action ~ |:tab| :tab create new tab when opening new window |:tag| :ta[g] jump to tag |:tags| :tags show the contents of the tag stack +|:tcd| :tcd change directory for tab page +|:tchdir| :tch[dir] change directory for tab page |:tcl| :tc[l] execute Tcl command |:tcldo| :tcld[o] execute Tcl command for each line |:tclfile| :tclf[ile] execute Tcl script file diff --git a/en/usr_41.txt b/en/usr_41.txt index 429e242c8..c95dca66a 100644 --- a/en/usr_41.txt +++ b/en/usr_41.txt @@ -766,7 +766,7 @@ System functions and manipulation of files: isdirectory() check if a directory exists getfsize() get the size of a file getcwd() get the current working directory - haslocaldir() check if current window used |:lcd| + haslocaldir() check if current window used |:lcd| or |:tcd| tempname() get the name of a temporary file mkdir() create a new directory delete() delete a file