comparison runtime/doc/message.txt @ 26057:92c424550367 v8.2.3562

patch 8.2.3562: cannot add color names Commit: https://github.com/vim/vim/commit/e30d10253fa634c4f60daa798d029245f4eed393 Author: Drew Vogel <dvogel@github> Date: Sun Oct 24 20:35:07 2021 +0100 patch 8.2.3562: cannot add color names Problem: Cannot add color names. Solution: Add the v:colornames dictionary. (Drew Vogel, closes https://github.com/vim/vim/issues/8761)
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Oct 2021 21:45:04 +0200
parents 29ec2c198c8d
children 08241cd6091b
comparison
equal deleted inserted replaced
26056:977bbbf36908 26057:92c424550367
139 Cannot allocate color {name} 139 Cannot allocate color {name}
140 140
141 The color name {name} is unknown. See |gui-colors| for a list of colors that 141 The color name {name} is unknown. See |gui-colors| for a list of colors that
142 are available on most systems. 142 are available on most systems.
143 143
144 *E1244* >
145 Bad color string: {str}
146
147 The provided color did not conform to the pattern #rrggbb
148
144 *E458* > 149 *E458* >
145 Cannot allocate colormap entry, some colors may be incorrect 150 Cannot allocate colormap entry, some colors may be incorrect
146 151
147 This means that there are not enough colors available for Vim. It will still 152 This means that there are not enough colors available for Vim. It will still
148 run, but some of the colors will not appear in the specified color. Try 153 run, but some of the colors will not appear in the specified color. Try