File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -1684,6 +1684,8 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
16841684| :tab | :tab 新しいウィンドウを開くとき新しいタブを作る
16851685| :tag | :ta[g] タグを検索しジャンプする
16861686| :tags | :tags タグスタックの内容を表示
1687+ | :tcd | :tcd タブページのカレントディレクトリを変更する
1688+ | :tchdir | :tch[dir] タブページのカレントディレクトリを変更する
16871689| :tcl | :tc[l] Tcl コマンドを実行
16881690| :tcldo | :tcld[o] 各行の Tcl コマンドを実行
16891691| :tclfile | :tclf[ile] Tcl スクリプトファイルを実行
Original file line number Diff line number Diff line change @@ -742,8 +742,8 @@ substitute() コマンドの前後にいろいろな処理を入れたりする
742742 isdirectory() ディレクトリの存在をチェックする
743743 getfsize() ファイルのサイズを得る
744744 getcwd() カレントディレクトリを得る
745- haslocaldir() カレントウィンドウが | :lcd | を使用したかどうか
746- をチェックする
745+ haslocaldir() カレントウィンドウが | :lcd | または | :tcd | を使
746+ 用したかどうかをチェックする
747747 tempname() 一時ファイルの名前を得る
748748 mkdir() ディレクトリを作成する
749749 delete() ファイルを削除する
Original file line number Diff line number Diff line change @@ -1623,6 +1623,8 @@ tag command action ~
16231623| :tab | :tab create new tab when opening new window
16241624| :tag | :ta[g] jump to tag
16251625| :tags | :tags show the contents of the tag stack
1626+ | :tcd | :tcd change directory for tab page
1627+ | :tchdir | :tch[dir] change directory for tab page
16261628| :tcl | :tc[l] execute Tcl command
16271629| :tcldo | :tcld[o] execute Tcl command for each line
16281630| :tclfile | :tclf[ile] execute Tcl script file
Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ System functions and manipulation of files:
766766 isdirectory() check if a directory exists
767767 getfsize() get the size of a file
768768 getcwd() get the current working directory
769- haslocaldir() check if current window used | :lcd |
769+ haslocaldir() check if current window used | :lcd | or | :tcd |
770770 tempname() get the name of a temporary file
771771 mkdir() create a new directory
772772 delete() delete a file
You can’t perform that action at this time.
0 commit comments