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/job.c b/src/job.c index afa9972..fcb482c 100644 --- a/src/job.c +++ b/src/job.c
@@ -559,7 +559,7 @@ { if (called_emsg_before == called_emsg) // may not get the error if the GUI didn't start - semsg(_(e_alloc_color), color_name); + semsg(_(e_cannot_allocate_color_str), color_name); return FAIL; }