1
0
forked from aniani/vim

patch 9.1.0411: too long functions in eval.c

Problem:  too long functions in eval.c
Solution: refactor functions (Yegappan Lakshmanan)

closes: #14755

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Yegappan Lakshmanan 2024-05-12 09:24:35 +02:00 committed by Christian Brabandt
parent d01e699348
commit 4ceb4dc825
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
2 changed files with 759 additions and 495 deletions

1252
src/eval.c

File diff suppressed because it is too large Load Diff

View File

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