commit | 235dddf1f4afe3a40047dbf2aca1bd177b7be18b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 26 18:21:24 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 26 18:21:24 2017 +0200 |
tree | 3cbd1e737405fddd53c568faad17c435d99259ef | |
parent | f204e05ae9f6bc5d922d14d457e16b590efbf3e5 [diff] [blame] |
patch 8.0.1220: skipping empty statusline groups is not correct Problem: Skipping empty statusline groups is not correct. Solution: Also set group_end_userhl. (itchyny)
diff --git a/src/version.c b/src/version.c index 7f72146..a3b48b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1220, +/**/ 1219, /**/ 1218,