1
0
forked from aniani/vim

patch 9.0.1283: the code for setting options is too complicated

Problem:    The code for setting options is too complicated.
Solution:   Refactor the do_set() function. (Yegappan Lakshmanan, Lewis
            Russell, closes #11945)
This commit is contained in:
Yegappan Lakshmanan
2023-02-05 16:02:35 +00:00
committed by Bram Moolenaar
parent c8ef30bc2e
commit c72078b631
2 changed files with 463 additions and 303 deletions

View File

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