commit | 5e18ccc60bdddc4aa39ab039f1a7c918f29e67ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 05 13:02:50 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 05 13:02:50 2021 +0000 |
tree | 6c28c6d5d92597d7ec9b7ed42183cdedcd365a1f | |
parent | f589fd3e1047cdf90566b68aaf9a13389e54d26a [diff] [blame] |
patch 8.2.3743: ":sign" can add a highlight group without a name Problem: ":sign" can add a highlight group without a name. Solution: Give an error if the group name is missing. (closes #9280)
diff --git a/src/version.c b/src/version.c index 531642e..cd7a964 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3743, +/**/ 3742, /**/ 3741,