Mercurial > vim
comparison src/version.c @ 32655:79e36ed83ca1 v9.0.1659
patch 9.0.1659: Termdebug: default highlight cleared if changing colorscheme
Commit: https://github.com/vim/vim/commit/279de0cd1f58ea520826a3dd1c5562a71157b23b
Author: Christian Brabandt <cb@256bit.org>
Date: Sat Jun 24 14:20:36 2023 +0100
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 https://github.com/vim/vim/issues/12566,
closes #12555)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 24 Jun 2023 15:30:03 +0200 |
parents | a27ef30d7783 |
children | 53c85eab46b9 |
comparison
equal
deleted
inserted
replaced
32654:b1a7c029e485 | 32655:79e36ed83ca1 |
---|---|
693 NULL | 693 NULL |
694 }; | 694 }; |
695 | 695 |
696 static int included_patches[] = | 696 static int included_patches[] = |
697 { /* Add new patch number below this line */ | 697 { /* Add new patch number below this line */ |
698 /**/ | |
699 1659, | |
698 /**/ | 700 /**/ |
699 1658, | 701 1658, |
700 /**/ | 702 /**/ |
701 1657, | 703 1657, |
702 /**/ | 704 /**/ |