commit | 336bf2b8b269e2591576b9f580e79edb93e23c62 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 20:07:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 20:07:07 2019 +0200 |
tree | c2e62950b68cc8a87fd4a888b237d0ffe509191a | |
parent | b754b5bf6d9ac1f3654552973aa6f9c11239af3d [diff] [blame] |
patch 8.1.2211: listener callback "added" argument is not the total Problem: Listener callback "added" argument is not the total. (Andy Massimino) Solution: Compute the total. (closes #5105)
diff --git a/src/version.c b/src/version.c index 0347a68..45c7bc0 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2211, +/**/ 2210, /**/ 2209,