commit | f7f7aaf8aaad34a38d3f159e031c5bcf3394f8f1 | [log] [tgz] |
---|---|---|
author | erw7 <erw7.github@gmail.com> | Tue Dec 07 21:29:20 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 07 21:29:20 2021 +0000 |
tree | ae3bccdefbc7cf24680259b8e92981f5037d3993 | |
parent | 4dc24eb5adbcc76838fae1e900936dd230209d96 [diff] [blame] |
patch 8.2.3757: an overlong highlight group name is silently truncated Problem: An overlong highlight group name is silently truncated. Solution: Give an error if the name is too long. (closes #9289)
diff --git a/src/version.c b/src/version.c index c586acb..ccd3cf4 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3757, +/**/ 3756, /**/ 3755,