Skip to content

Commit a66da92

Browse files
authored
Merge pull request #1775 from h-east/update-eval
Update eval.{txt,jax}
2 parents ea93302 + 98daadb commit a66da92

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

doc/eval.jax

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Oct 22
1+
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Nov 02
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1970,6 +1970,7 @@ v:cmdbang v:cmdargと同じく読み書きコマンドを実行したとき設
19701970
書きコマンドに "!" が使われたときは1となり、使われていなければ
19711971
0となる。Note 自動コマンドの中でのみ利用可能なことに注意。
19721972
ユーザー定義コマンドでは|<bang>|を使えば同じことができる。
1973+
19731974
*v:collate* *collate-variable*
19741975
v:collate 現在のロケール設定での実行環境の照合順序。これは Vim script が
19751976
現在のロケールのエンコーディングを検知するのを許可する。技術的
@@ -2161,8 +2162,8 @@ v:fcs_choice |FileChangedShell|イベントが発生した後に何をすべき
21612162
ときと同じ動作になり、警告メッセージは表示されない。
21622163

21632164
*v:fname* *fname-variable*
2164-
v:fname 'includeexpr' の評価中: 検知したファイル名。'findexpr' の評価
2165-
中: |:find| コマンドに渡される引数。それ以外のときは空
2165+
v:fname 'includeexpr' の評価中: 検知したファイル名。それ以外のときは
2166+
21662167

21672168
*v:fname_in* *fname_in-variable*
21682169
v:fname_in 入力ファイルの名前。以下のオプションを評価している最中のみ

en/eval.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 9.1. Last change: 2024 Oct 22
1+
*eval.txt* For Vim version 9.1. Last change: 2024 Nov 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2026,6 +2026,7 @@ v:cmdbang Set like v:cmdarg for a file read/write command. When a "!"
20262026
was used the value is 1, otherwise it is 0. Note that this
20272027
can only be used in autocommands. For user commands |<bang>|
20282028
can be used.
2029+
20292030
*v:collate* *collate-variable*
20302031
v:collate The current locale setting for collation order of the runtime
20312032
environment. This allows Vim scripts to be aware of the
@@ -2223,8 +2224,7 @@ v:fcs_choice What should happen after a |FileChangedShell| event was
22232224

22242225
*v:fname* *fname-variable*
22252226
v:fname When evaluating 'includeexpr': the file name that was
2226-
detected. When evaluating 'findexpr': the argument passed to
2227-
the |:find| command. Empty otherwise.
2227+
detected. Empty otherwise.
22282228

22292229
*v:fname_in* *fname_in-variable*
22302230
v:fname_in The name of the input file. Valid while evaluating:

0 commit comments

Comments
 (0)