Skip to content

Commit ae8c283

Browse files
committed
Update eval.{txt,jax}
1 parent ea9d0b1 commit ae8c283

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

doc/eval.jax

Lines changed: 7 additions & 1 deletion
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 Oct 28
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1970,6 +1970,12 @@ v:cmdbang v:cmdargと同じく読み書きコマンドを実行したとき設
19701970
書きコマンドに "!" が使われたときは1となり、使われていなければ
19711971
0となる。Note 自動コマンドの中でのみ利用可能なことに注意。
19721972
ユーザー定義コマンドでは|<bang>|を使えば同じことができる。
1973+
1974+
*v:cmdcomplete* *cmdcomplete-variable*
1975+
v:cmdcomplete 'findexpr' を評価する場合: 'findexpr' がコマンドライン補完に使
1976+
用されている場合は、値は |v:true| になり、それ以外の場合は
1977+
|v:false| になる。
1978+
19731979
*v:collate* *collate-variable*
19741980
v:collate 現在のロケール設定での実行環境の照合順序。これは Vim script が
19751981
現在のロケールのエンコーディングを検知するのを許可する。技術的

en/eval.txt

Lines changed: 6 additions & 1 deletion
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 Oct 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2026,6 +2026,11 @@ 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+
2030+
*v:cmdcomplete* *cmdcomplete-variable*
2031+
v:cmdcomplete When evaluating 'findexpr': if 'findexpr' is used for cmdline
2032+
completion the value is |v:true|, otherwise it is |v:false|.
2033+
20292034
*v:collate* *collate-variable*
20302035
v:collate The current locale setting for collation order of the runtime
20312036
environment. This allows Vim scripts to be aware of the

0 commit comments

Comments
 (0)