comparison src/version.c @ 31924:4789a9d20e7c v9.0.1294

patch 9.0.1294: the set_bool_option() function is too long Commit: https://github.com/vim/vim/commit/80b817b7494b5b162efd2d0d308933f81aef7c45 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Thu Feb 9 22:08:52 2023 +0000 patch 9.0.1294: the set_bool_option() function is too long Problem: The set_bool_option() function is too long. Solution: Move code to separate functions. (Yegappan Lakshmanan, closes #11964)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Feb 2023 23:15:03 +0100
parents 440256d03990
children 6072c1d9fe2a
comparison
equal deleted inserted replaced
31923:29fab93b9d07 31924:4789a9d20e7c
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1294,
698 /**/ 700 /**/
699 1293, 701 1293,
700 /**/ 702 /**/
701 1292, 703 1292,
702 /**/ 704 /**/