diff runtime/doc/eval.txt @ 34602:c7680d286e1f

runtime(colors): don't unnecessarily reload v:colornames dict Commit: https://github.com/vim/vim/commit/6d1d18084b7b04ab7fd73331ce59e99b6dd9ad72 Author: Alin Mr <almr.oss@outlook.com> Date: Wed Mar 20 20:26:23 2024 +0100 runtime(colors): don't unnecessarily reload v:colornames dict fixes: https://github.com/vim/vim/issues/14234 closes: https://github.com/vim/vim/issues/14235 Signed-off-by: Alin Mr <almr.oss@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Mar 2024 20:30:08 +0100
parents 6d00518cb316
children 5b25ec43f208
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -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
@@ -2076,6 +2076,10 @@ v:colornames    A dictionary that maps c
 		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