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:
committed by
Bram Moolenaar
parent
0caaf1e465
commit
80b817b749
1297
src/option.c
1297
src/option.c
File diff suppressed because it is too large
Load Diff
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user