commit | 8b9e20afb0da79a21155988a38704b5777cc2efe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 28 21:25:21 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 28 21:25:21 2017 +0100 |
tree | d8df5b171e3f7596da6cdb86b3690d10c558d5bd | |
parent | 1a2ab991a6d168699fbcc934b63cfc3579c3d34d [diff] [blame] |
patch 8.0.1358: undercurl is not used in the terminal Problem: Undercurl is not used in the terminal. (Kovid Goyal) Solution: Only fall back to underline when undercurl highlighting is not defined. (closes #1306)
diff --git a/src/version.c b/src/version.c index 6fb11e9..3cbfe9e 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1358, +/**/ 1357, /**/ 1356,