commit | 279de0cd1f58ea520826a3dd1c5562a71157b23b | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Jun 24 14:20:36 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 14:20:36 2023 +0100 |
tree | 31af079e3cf4f47c9d943257cdd2e6ca3d8af3ae | |
parent | c8b6d4b37853b24c92d9166eb48636918b6e676e [diff] [blame] |
patch 9.0.1659: Termdebug: default highlight cleared if changing colorscheme Problem: Termdebug: default highlight cleared when changing colorscheme. Solution: Use a ColorScheme autocommand. (Christian Brabandt, closes #12566, closes #12555)
diff --git a/src/version.c b/src/version.c index a9c61ad..e174f58 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1659, +/**/ 1658, /**/ 1657,