commit | 5b9f57262fdadf460e6355abf1eee95b4f96abe8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 19 20:49:38 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 19 20:49:38 2023 +0000 |
tree | bab7c61f11518850386230bc0e57ac8aae3ffed3 | |
parent | ea62cee85e9e77ec86edd9843926dadb69978753 [diff] [blame] |
patch 9.0.1328: error when using "none" for GUI color is confusing Problem: Error when using "none" for GUI color is confusing. Solution: Mention that the name should perhaps be "NONE". (closes #1400)
diff --git a/src/version.c b/src/version.c index f8b75d7..41726ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1328, +/**/ 1327, /**/ 1326,