commit | d343c60df4b0adc6b1baac4d68a72a735ac21dc4 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Sun Jan 22 18:58:30 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 18:58:30 2023 +0000 |
tree | 1aff83fff0999c85ef078e94abf54df137e3ec19 | |
parent | 3770f4c9cde7b5fcd10b6fa2e665cd0b69450fb2 [diff] [blame] |
patch 9.0.1232: ColorTable saving and restoring does not work properly Problem: ColorTable saving and restoring does not work properly. Solution: Restore ColorTable[16] usage. (Christopher Plewright, closes #11836)
diff --git a/src/version.c b/src/version.c index 0d595db..6604e01 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1232, +/**/ 1231, /**/ 1230,