diff src/version.c @ 17610:c08a3c552c1d v8.1.1802

patch 8.1.1802: missing change to call_callback() commit https://github.com/vim/vim/commit/b2129068a55261bea1e293a6a1ce8491a03e7de6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 3 18:31:11 2019 +0200 patch 8.1.1802: missing change to call_callback() Problem: Missing change to call_callback(). Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Aug 2019 18:45:05 +0200
parents efad8e4860d8
children e259d11e2900
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -774,6 +774,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1802,
+/**/
     1801,
 /**/
     1800,