0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.2.4198: Vim9: the switch for executing instructions is too long

Problem:    Vim9: the switch for executing instructions is too long.
Solution:   Move some code to separate functions.
This commit is contained in:
Bram Moolenaar
2022-01-23 20:00:42 +00:00
parent 2a7aa83458
commit 058ee7c569
2 changed files with 586 additions and 532 deletions

View File

@@ -750,6 +750,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 */
/**/
4198,
/**/ /**/
4197, 4197,
/**/ /**/

File diff suppressed because it is too large Load Diff