commit | b2129068a55261bea1e293a6a1ce8491a03e7de6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 18:31:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 18:31:11 2019 +0200 |
tree | 91bf4e81266a861c84b266f3735a62c583683e0a | |
parent | 505e43a20eb25674b18d73971fe3b51dad917f9a [diff] [blame] |
patch 8.1.1802: missing change to call_callback() Problem: Missing change to call_callback(). Solution: Add missing change.
diff --git a/src/version.c b/src/version.c index f769211..6268b8e 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1802, +/**/ 1801, /**/ 1800,