comparison src/version.c @ 30427:4198995b9210 v9.0.0549

patch 9.0.0549: duplicated code in calling a :def function Commit: https://github.com/vim/vim/commit/5800c798385b4a7eded9ea63cfd4f57d1499a673 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 22 17:34:01 2022 +0100 patch 9.0.0549: duplicated code in calling a :def function Problem: Duplicated code in calling a :def function. Solution: Simplify the code.
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Sep 2022 18:45:03 +0200
parents 6c2bbd7d9217
children 69ff2bd737a9
comparison
equal deleted inserted replaced
30426:d083c8d6f256 30427:4198995b9210
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 549,
702 /**/ 704 /**/
703 548, 705 548,
704 /**/ 706 /**/
705 547, 707 547,
706 /**/ 708 /**/