commit | 55737c2a31ed450dd7bf2a9c587adfbb32b755bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 14 14:51:22 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 14 14:51:22 2022 +0000 |
tree | 7c91d8be0f82729aec1870c0c3ef521ff792b063 | |
parent | 6dd7424c7e6ab81998c29ca3526c41b75cfde5a1 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 4b2ac38..22f0a5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4379, +/**/ 4378, /**/ 4377,