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/version.c b/src/version.c index 7dc55ac..3bba972 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3562, +/**/ 3561, /**/ 3560,