comparison src/version.c @ 15322:c6c306c5027f v8.1.0669

patch 8.1.0669: the ex_sign() function is too long commit https://github.com/vim/vim/commit/a355652ea5b0c1633e8126ad9af2d970e05f4e1a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 31 22:02:29 2018 +0100 patch 8.1.0669: the ex_sign() function is too long Problem: The ex_sign() function is too long. Solution: Refactor the function. Add a bit more testing. (Yegappan Lakshmanan, closes #3745)
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Dec 2018 22:15:06 +0100
parents de8dc397cd2a
children 605b9c42a8c5
comparison
equal deleted inserted replaced
15321:baa9f456f02a 15322:c6c306c5027f
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 669,
802 /**/ 804 /**/
803 668, 805 668,
804 /**/ 806 /**/
805 667, 807 667,
806 /**/ 808 /**/