File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -742,8 +742,8 @@ substitute() コマンドの前後にいろいろな処理を入れたりする
742
742
isdirectory() ディレクトリの存在をチェックする
743
743
getfsize() ファイルのサイズを得る
744
744
getcwd() カレントディレクトリを得る
745
- haslocaldir() カレントウィンドウが | :lcd | を使用したかどうか
746
- をチェックする
745
+ haslocaldir() カレントウィンドウが | :lcd | または | :tcd | を使
746
+ 用したかどうかをチェックする
747
747
tempname() 一時ファイルの名前を得る
748
748
mkdir() ディレクトリを作成する
749
749
delete() ファイルを削除する
Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ System functions and manipulation of files:
766
766
isdirectory() check if a directory exists
767
767
getfsize() get the size of a file
768
768
getcwd() get the current working directory
769
- haslocaldir() check if current window used | :lcd |
769
+ haslocaldir() check if current window used | :lcd | or | :tcd |
770
770
tempname() get the name of a temporary file
771
771
mkdir() create a new directory
772
772
delete() delete a file
You can’t perform that action at this time.
0 commit comments