comparison src/version.c @ 26317:f44ce6a85c34 v8.2.3689

patch 8.2.3689: ex_let_one() is too long Commit: https://github.com/vim/vim/commit/3ccb5795168793e1b119a028da4035f77cef9f69 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 28 19:53:42 2021 +0000 patch 8.2.3689: ex_let_one() is too long Problem: ex_let_one() is too long. Solution: Split into multiple functions.
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Nov 2021 21:00:03 +0100
parents 39f841f187d5
children 8b594193dcb6
comparison
equal deleted inserted replaced
26316:c60f51a7a0d3 26317:f44ce6a85c34
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3689,
760 /**/ 762 /**/
761 3688, 763 3688,
762 /**/ 764 /**/
763 3687, 765 3687,
764 /**/ 766 /**/