Skip to content

Update eval.{txt,jax} #1775

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

Merged
merged 2 commits into from
Nov 6, 2024
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
7 changes: 4 additions & 3 deletions doc/eval.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Oct 22
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Nov 02


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1970,6 +1970,7 @@ v:cmdbang v:cmdargと同じく読み書きコマンドを実行したとき設
書きコマンドに "!" が使われたときは1となり、使われていなければ
0となる。Note 自動コマンドの中でのみ利用可能なことに注意。
ユーザー定義コマンドでは|<bang>|を使えば同じことができる。

*v:collate* *collate-variable*
v:collate 現在のロケール設定での実行環境の照合順序。これは Vim script が
現在のロケールのエンコーディングを検知するのを許可する。技術的
Expand Down Expand Up @@ -2161,8 +2162,8 @@ v:fcs_choice |FileChangedShell|イベントが発生した後に何をすべき
ときと同じ動作になり、警告メッセージは表示されない。

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

*v:fname_in* *fname_in-variable*
v:fname_in 入力ファイルの名前。以下のオプションを評価している最中のみ
Expand Down
6 changes: 3 additions & 3 deletions en/eval.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*eval.txt* For Vim version 9.1. Last change: 2024 Oct 22
*eval.txt* For Vim version 9.1. Last change: 2024 Nov 02


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -2026,6 +2026,7 @@ v:cmdbang Set like v:cmdarg for a file read/write command. When a "!"
was used the value is 1, otherwise it is 0. Note that this
can only be used in autocommands. For user commands |<bang>|
can be used.

*v:collate* *collate-variable*
v:collate The current locale setting for collation order of the runtime
environment. This allows Vim scripts to be aware of the
Expand Down Expand Up @@ -2223,8 +2224,7 @@ v:fcs_choice What should happen after a |FileChangedShell| event was

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

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