commit | b393275ae91eb9a8df7a9a611bd75590db9b22db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 01 21:22:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 01 21:22:17 2022 +0100 |
tree | bc5d359d3c901aa69e3d9371d23b242948849fcf | |
parent | 3292a229402c9892f5ab90645fbfe2b1db342f5b [diff] [blame] |
patch 9.0.0636: underline color may not work in some terminals Problem: Underline color does not work in terminals that don't send a termresponse. Solution: Do output t_8u if it was set explicitly. (closes #11253)
diff --git a/src/version.c b/src/version.c index 571eef2..2534e06 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 636, +/**/ 635, /**/ 634,