Skip to content

Update eval.{txt,jax} #1470

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 1 commit into from
Mar 24, 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
6 changes: 5 additions & 1 deletion 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 Feb 08
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Mar 20


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -2016,6 +2016,10 @@ v:colornames カラー名を16進数カラー文字列に対応付ける辞
`colors/lists/default.vim` カラースクリプト全体を自動的にロー
ドするため、目的の結果が得られる可能性は低くなる。

そのファイルに変更を加えることができるが、既存のキーを更新する
のではなく、必ず新しいキーを追加すること。そうしないと、Vim は
ファイルの読み込みをスキップする (考え方は変更されていない)。

*v:completed_item* *completed_item-variable*
v:completed_item
最も最近補完された単語が含まれた|complete-items|の|Dictionary|
Expand Down
6 changes: 5 additions & 1 deletion 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 Feb 08
*eval.txt* For Vim version 9.1. Last change: 2024 Mar 20


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -2076,6 +2076,10 @@ v:colornames A dictionary that maps color names to hex color strings. These
both automatically load all `colors/lists/default.vim` color
scripts.

You can make changes to that file, but make sure to add new
keys instead of updating existing ones, otherwise Vim will skip
loading the file (thinking is hasn't been changed).

*v:completed_item* *completed_item-variable*
v:completed_item
|Dictionary| containing the |complete-items| for the most
Expand Down