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:
parent
d01e699348
commit
4ceb4dc825
1252
src/eval.c
1252
src/eval.c
File diff suppressed because it is too large
Load Diff
@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
411,
|
||||
/**/
|
||||
410,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user