summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-01 21:22:17 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-01 21:22:17 +0100
commitb393275ae91eb9a8df7a9a611bd75590db9b22db (patch)
treebc5d359d3c901aa69e3d9371d23b242948849fcf /src/version.c
parent3292a229402c9892f5ab90645fbfe2b1db342f5b (diff)
downloadvim-git-b393275ae91eb9a8df7a9a611bd75590db9b22db.tar.gz
patch 9.0.0636: underline color may not work in some terminalsv9.0.0636
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 571eef2e5..2534e069a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 636,
+/**/
635,
/**/
634,