commit | e023e88bed3f2e0a7ea4cf10cac2de80bc9c271c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 31 16:42:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 31 16:42:30 2020 +0200 |
tree | f08d1259998303ef883ab394c2fe60196aeaf714 | |
parent | b10090928cb5283f867e8457b7eea0985470d8d4 [diff] [blame] |
patch 8.2.0863: cannot set a separate color for underline/undercurl Problem: Cannot set a separate color for underline/undercurl. Solution: Add the t_AU and t_8u termcap codes. (Timur Celik, closes #6011)
diff --git a/src/version.c b/src/version.c index c39e712..e6caf8d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 863, +/**/ 862, /**/ 861,