0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.2.4379: an empty change is reported to a listener

Problem:    An empty change is reported to a listener.
Solution:   Do not report an empty change. (closes #9768)  Remove unused
            return value.
This commit is contained in:
Bram Moolenaar
2022-02-14 14:51:22 +00:00
parent 6dd7424c7e
commit 55737c2a31
4 changed files with 37 additions and 7 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4379,
/**/
4378,
/**/