1
0
forked from aniani/vim

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)
This commit is contained in:
Yegappan Lakshmanan
2023-02-09 22:08:52 +00:00
committed by Bram Moolenaar
parent 0caaf1e465
commit 80b817b749
2 changed files with 794 additions and 505 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1294,
/**/ /**/
1293, 1293,
/**/ /**/