From 7b393a7ff4927031869db15e746df9c3cf9927ed Mon Sep 17 00:00:00 2001 From: hiromi-mi Date: Fri, 3 May 2019 11:27:07 +0900 Subject: [PATCH 1/2] Update index.{txt,jax} --- doc/index.jax | 2 ++ en/index.txt | 2 ++ 2 files changed, 4 insertions(+) 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/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 From c6ec7c5707e62e005b9ae185f5f6287ab4c485ec Mon Sep 17 00:00:00 2001 From: hiromi-mi Date: Fri, 3 May 2019 11:27:42 +0900 Subject: [PATCH 2/2] Update usr_41.{txt,jax} --- doc/usr_41.jax | 4 ++-- en/usr_41.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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/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