File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- *eval.txt* For Vim バージョン 9.1. Last change: 2024 Feb 08
1
+ *eval.txt* For Vim バージョン 9.1. Last change: 2024 Mar 20
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2016,6 +2016,10 @@ v:colornames カラー名を16進数カラー文字列に対応付ける辞
2016
2016
`colors/lists/ default.vim ` カラースクリプト全体を自動的にロー
2017
2017
ドするため、目的の結果が得られる可能性は低くなる。
2018
2018
2019
+ そのファイルに変更を加えることができるが、既存のキーを更新する
2020
+ のではなく、必ず新しいキーを追加すること。そうしないと、Vim は
2021
+ ファイルの読み込みをスキップする (考え方は変更されていない)。
2022
+
2019
2023
*v:completed_item* *completed_item-variable*
2020
2024
v:completed_item
2021
2025
最も最近補完された単語が含まれた| complete-items | の| Dictionary |
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2076,6 +2076,10 @@ v:colornames A dictionary that maps color names to hex color strings. These
2076
2076
both automatically load all `colors/lists/ default.vim ` color
2077
2077
scripts.
2078
2078
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
+
2079
2083
*v:completed_item* *completed_item-variable*
2080
2084
v:completed_item
2081
2085
| Dictionary | containing the | complete-items | for the most
You can’t perform that action at this time.
0 commit comments