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:
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
1116
src/vim9execute.c
1116
src/vim9execute.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user