commit | d2a46624300c5d02be69d0e4df12296ec9011d9e | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sun May 01 17:43:33 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 01 17:43:33 2022 +0100 |
tree | e37f2b41b7a8bc8362f4499a92b38c288e175a93 | |
parent | b4011afe53ce2d065e49718b8c5b9974b7022f92 [diff] [blame] |
patch 8.2.4852: ANSI color index to RGB value not correct Problem: ANSI color index to RGB value not correct. Solution: Convert the cterm index to ANSI index. (closes #10321, closes #9836))
diff --git a/src/version.c b/src/version.c index 7b36e62..b03e661 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4852, +/**/ 4851, /**/ 4850,