File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 1
- *eval.txt* For Vim バージョン 9.1. Last change: 2024 Oct 28
1
+ *eval.txt* For Vim バージョン 9.1. Last change: 2024 Nov 02
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1971,11 +1971,6 @@ v:cmdbang v:cmdargと同じく読み書きコマンドを実行したとき設
1971
1971
0となる。Note 自動コマンドの中でのみ利用可能なことに注意。
1972
1972
ユーザー定義コマンドでは| <bang> | を使えば同じことができる。
1973
1973
1974
- *v:cmdcomplete* *cmdcomplete-variable*
1975
- v:cmdcomplete 'findexpr' を評価する場合: 'findexpr' がコマンドライン補完に使
1976
- 用されている場合は、値は | v:true | になり、それ以外の場合は
1977
- | v:false | になる。
1978
-
1979
1974
*v:collate* *collate-variable*
1980
1975
v:collate 現在のロケール設定での実行環境の照合順序。これは Vim script が
1981
1976
現在のロケールのエンコーディングを検知するのを許可する。技術的
@@ -2167,8 +2162,8 @@ v:fcs_choice |FileChangedShell|イベントが発生した後に何をすべき
2167
2162
ときと同じ動作になり、警告メッセージは表示されない。
2168
2163
2169
2164
*v:fname* *fname-variable*
2170
- v:fname 'includeexpr' の評価中: 検知したファイル名。'findexpr' の評価
2171
- 中: | :find | コマンドに渡される引数。それ以外のときは空 。
2165
+ v:fname 'includeexpr' の評価中: 検知したファイル名。それ以外のときは
2166
+ 空 。
2172
2167
2173
2168
*v:fname_in* *fname_in-variable*
2174
2169
v:fname_in 入力ファイルの名前。以下のオプションを評価している最中のみ
Original file line number Diff line number Diff line change 1
- *eval.txt* For Vim version 9.1. Last change: 2024 Oct 28
1
+ *eval.txt* For Vim version 9.1. Last change: 2024 Nov 02
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2027,10 +2027,6 @@ v:cmdbang Set like v:cmdarg for a file read/write command. When a "!"
2027
2027
can only be used in autocommands. For user commands | <bang> |
2028
2028
can be used.
2029
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
-
2034
2030
*v:collate* *collate-variable*
2035
2031
v:collate The current locale setting for collation order of the runtime
2036
2032
environment. This allows Vim scripts to be aware of the
@@ -2228,8 +2224,7 @@ v:fcs_choice What should happen after a |FileChangedShell| event was
2228
2224
2229
2225
*v:fname* *fname-variable*
2230
2226
v:fname When evaluating 'includeexpr' : the file name that was
2231
- detected. When evaluating 'findexpr' : the argument passed to
2232
- the | :find | command. Empty otherwise.
2227
+ detected. Empty otherwise.
2233
2228
2234
2229
*v:fname_in* *fname_in-variable*
2235
2230
v:fname_in The name of the input file. Valid while evaluating:
You can’t perform that action at this time.
0 commit comments