commit | e30d10253fa634c4f60daa798d029245f4eed393 | [log] [tgz] |
---|---|---|
author | Drew Vogel <dvogel@github> | Sun Oct 24 20:35:07 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 24 20:35:07 2021 +0100 |
tree | 57aca74b65dc4c3924ef23185b8cb2b6933996c2 | |
parent | 3c5904d2a5d7861c227a4c3cd4ddcbc51014c838 [diff] [blame] |
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/src/gui.c b/src/gui.c index 1edf659..68754b3 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -4785,7 +4785,7 @@ && gui.in_use #endif ) - semsg(_(e_alloc_color), name); + semsg(_(e_cannot_allocate_color_str), name); return t; }