mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -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[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4198,
|
||||
/**/
|
||||
4197,
|
||||
/**/
|
||||
|
1106
src/vim9execute.c
1106
src/vim9execute.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user