comparison src/version.c @ 17600:ca42eb789472 v8.1.1797

patch 8.1.1797: the vgetorpeek() function is too long commit https://github.com/vim/vim/commit/edd680f3649c47d7ed5818e356e7c47f874f5cf8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 3 14:23:48 2019 +0200 patch 8.1.1797: the vgetorpeek() function is too long Problem: The vgetorpeek() function is too long. Solution: Split off the part that handles mappings, with fix.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Aug 2019 14:30:05 +0200
parents c1aa462d2d45
children 653ab352b019
comparison
equal deleted inserted replaced
17599:c4e9b24b4834 17600:ca42eb789472
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 1797,
776 /**/ 778 /**/
777 1796, 779 1796,
778 /**/ 780 /**/
779 1795, 781 1795,
780 /**/ 782 /**/