comparison 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
comparison
equal deleted inserted replaced
17609:7c5f8c130300 17610:c08a3c552c1d
771 NULL 771 NULL
772 }; 772 };
773 773
774 static int included_patches[] = 774 static int included_patches[] =
775 { /* Add new patch number below this line */ 775 { /* Add new patch number below this line */
776 /**/
777 1802,
776 /**/ 778 /**/
777 1801, 779 1801,
778 /**/ 780 /**/
779 1800, 781 1800,
780 /**/ 782 /**/