diff options
author | Drew Vogel <dvogel@github> | 2021-10-24 20:35:07 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-10-24 20:35:07 +0100 |
commit | e30d10253fa634c4f60daa798d029245f4eed393 (patch) | |
tree | 57aca74b65dc4c3924ef23185b8cb2b6933996c2 /runtime/doc/message.txt | |
parent | 3c5904d2a5d7861c227a4c3cd4ddcbc51014c838 (diff) | |
download | vim-git-e30d10253fa634c4f60daa798d029245f4eed393.tar.gz |
patch 8.2.3562: cannot add color namesv8.2.3562
Problem: Cannot add color names.
Solution: Add the v:colornames dictionary. (Drew Vogel, closes #8761)
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r-- | runtime/doc/message.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index 2dc753546..5334ac00c 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -141,6 +141,11 @@ larger. When it's more there probably is an endless loop. Probably a 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 |