commit | dc7179f9a4cc74d864d1f6414e691d25bac8f831 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Mon Jan 23 12:33:23 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 23 12:33:23 2023 +0000 |
tree | 4ae1b75eed477cbdad0f92cb241c6c12b52f689b | |
parent | ebfec1c531f32d424bb2aca6e7391ef3bfcbfe20 [diff] [blame] |
patch 9.0.1235: MS-Windows console: not flushing termguicolors Problem: MS-Windows console: not flushing termguicolors. Solution: Flush termguicolors. (Christopher Plewright, closes #11871)
diff --git a/src/version.c b/src/version.c index 831b643..3e853b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1235, +/**/ 1234, /**/ 1233,