mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 9.1.0920: Vim9: compile_assignment() too long
Problem: Vim9: compile_assignment() too long Solution: refactor compile_assignment() function and split up into smaller parts (Yegappan Lakshmanan) closes: #16209 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
d66d68763d
commit
95a03fc321
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
920,
|
||||
/**/
|
||||
919,
|
||||
/**/
|
||||
|
1105
src/vim9compile.c
1105
src/vim9compile.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user