patch 8.2.3562: cannot add color names
Problem: Cannot add color names.
Solution: Add the v:colornames dictionary. (Drew Vogel, closes #8761)
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index 2dc7535..5334ac0 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -141,6 +141,11 @@
The color name {name} is unknown. See |gui-colors| for a list of colors that
are available on most systems.
+ *E1244* >
+ Bad color string: {str}
+
+The provided color did not conform to the pattern #rrggbb
+
*E458* >
Cannot allocate colormap entry, some colors may be incorrect