File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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*
21672168v:fname_in 入力ファイルの名前。以下のオプションを評価している最中のみ
Original file line number Diff line number Diff line change 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*
22252225v: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*
22292230v:fname_in The name of the input file. Valid while evaluating:
You can’t perform that action at this time.
0 commit comments