commit | 96dd34e53492913029323dad902831380fa460d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 30 11:16:00 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 30 11:16:00 2022 +0000 |
tree | 50f9efedef1b78abae49001367dc152d64fe19b3 | |
parent | 254480736f7db3667c7b84873efb49c2cb1d385f [diff] [blame] |
patch 9.0.1111: termcap entries for RGB colors are not set automatically Problem: Termcap entries for RGB colors are not set automatically. Solution: Always set the termcap entries when +termguicolors is enabled.
diff --git a/src/version.c b/src/version.c index 3d2b851..f1da554 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1111, +/**/ 1110, /**/ 1109,