commit | 84f546363068e4ddfe14a8a2a2322bb8d3a25417 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 29 18:39:11 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 29 18:39:11 2022 +0100 |
tree | 3ba03d5c35ce660ee6f437aa2a89948953c362bd | |
parent | 8b5901e2f9466eb6f38f5b251e871f609f65e252 [diff] [blame] |
patch 9.0.0007: no support for double, dotted and dashed underlines Problem: No support for double, dotted and dashed underlines. Solution: Add the termcap entries and highlight modes. (closes #9553)
diff --git a/src/version.c b/src/version.c index 98227fa..e625505 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 7, +/**/ 6, /**/ 5,