commit | 45a0000d5c4a5ea934d5a16a2ab5bbcf307623ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 22 21:12:34 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 22 21:12:34 2017 +0100 |
tree | dd55c78947e5f943aeac3dd080bd96e2454ea180 | |
parent | e6640ad44e2186bd3642b972115496d347cd1fdd [diff] [blame] |
patch 8.0.1422: no fallback to underline when undercurl is not set Problem: No fallback to underline when undercurl is not set. (Ben Jackson) Solution: Check for the value to be empty instead of NULL. (closes #2424)
diff --git a/src/version.c b/src/version.c index 943469f..65d5905 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1422, +/**/ 1421, /**/ 1420,