0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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)
This commit is contained in:
Christian Brabandt
2023-06-24 14:20:36 +01:00
committed by Bram Moolenaar
parent c8b6d4b378
commit 279de0cd1f
2 changed files with 23 additions and 4 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1659,
/**/
1658,
/**/