commit | a050b9471c66b383ed674bfd57ac78016199d972 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 02 21:35:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 02 21:35:31 2019 +0100 |
tree | 1d6ec4d0a775fa46b85f3870e886975c2a6b132b | |
parent | 54c8d229f54e36e89fcd5d84e523fd894d018024 [diff] [blame] |
patch 8.1.2382: MS-Windows: When using VTP bold+inverse doesn't work Problem: MS-Windows: When using VTP bold+inverse doesn't work. Solution: Compare with the default colors. (Nobuhiro Takasaki, closes #5303)
diff --git a/src/version.c b/src/version.c index 62bf063..066e209 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2382, +/**/ 2381, /**/ 2380,