Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.{txt,jax} and usr_41.{txt,jax} #525

Merged
merged 2 commits into from
May 3, 2019
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
2 changes: 2 additions & 0 deletions doc/index.jax
Original file line number Diff line number Diff line change
Expand Up @@ -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 スクリプトファイルを実行
Expand Down
4 changes: 2 additions & 2 deletions doc/usr_41.jax
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,8 @@ substitute() コマンドの前後にいろいろな処理を入れたりする
isdirectory() ディレクトリの存在をチェックする
getfsize() ファイルのサイズを得る
getcwd() カレントディレクトリを得る
haslocaldir() カレントウィンドウが |:lcd| を使用したかどうか
をチェックする
haslocaldir() カレントウィンドウが |:lcd| または |:tcd| を使
用したかどうかをチェックする
tempname() 一時ファイルの名前を得る
mkdir() ディレクトリを作成する
delete() ファイルを削除する
Expand Down
2 changes: 2 additions & 0 deletions en/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion en/usr_41.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down