Skip to content

Commit 0b8ec13

Browse files
committed
Update eval.{txt,jax}
1 parent eb91dd4 commit 0b8ec13

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/eval.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2161,7 +2161,8 @@ v:fcs_choice |FileChangedShell|イベントが発生した後に何をすべき
21612161
ときと同じ動作になり、警告メッセージは表示されない。
21622162

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

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

en/eval.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2223,7 +2223,8 @@ v:fcs_choice What should happen after a |FileChangedShell| event was
22232223

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

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

0 commit comments

Comments
 (0)