0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

patch 9.0.1345: too many "else if" statements for handling options

Problem:    Too many "else if" statements for handling options.
Solution:   Add more functions to handle options. (Yegappan Lakshmanan,
            closes #12051)
This commit is contained in:
Yegappan Lakshmanan
2023-02-23 15:05:22 +00:00
committed by Bram Moolenaar
parent a8f0835a6b
commit 8ad862a1f9
5 changed files with 291 additions and 74 deletions

View File

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