1
0
forked from aniani/vim

patch 8.2.2928: the evalfunc.c file is too big

Problem:    The evalfunc.c file is too big.
Solution:   Move float related functionality to a separate file. (Yegappan
            Lakshmanan, closes #8287)
This commit is contained in:
Yegappan Lakshmanan
2021-06-02 17:07:18 +02:00
committed by Bram Moolenaar
parent a83d06026d
commit 01c798c31a
14 changed files with 544 additions and 547 deletions

View File

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