Skip to content

Commit cb84228

Browse files
authored
Merge pull request #1470 from vim-jp/hh-update-eval
Update eval.{txt,jax}
2 parents 79a76c2 + a5ae436 commit cb84228

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/eval.jax

Lines changed: 5 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 Feb 08
1+
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Mar 20
22

33

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

2019+
そのファイルに変更を加えることができるが、既存のキーを更新する
2020+
のではなく、必ず新しいキーを追加すること。そうしないと、Vim は
2021+
ファイルの読み込みをスキップする (考え方は変更されていない)。
2022+
20192023
*v:completed_item* *completed_item-variable*
20202024
v:completed_item
20212025
最も最近補完された単語が含まれた|complete-items||Dictionary|

en/eval.txt

Lines changed: 5 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 Feb 08
1+
*eval.txt* For Vim version 9.1. Last change: 2024 Mar 20
22

33

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

2079+
You can make changes to that file, but make sure to add new
2080+
keys instead of updating existing ones, otherwise Vim will skip
2081+
loading the file (thinking is hasn't been changed).
2082+
20792083
*v:completed_item* *completed_item-variable*
20802084
v:completed_item
20812085
|Dictionary| containing the |complete-items| for the most

0 commit comments

Comments
 (0)