mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
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:
committed by
Bram Moolenaar
parent
a83d06026d
commit
01c798c31a
@@ -90,6 +90,7 @@ extern int _stricoll(char *a, char *b);
|
||||
# include "fileio.pro"
|
||||
# include "filepath.pro"
|
||||
# include "findfile.pro"
|
||||
# include "float.pro"
|
||||
# include "fold.pro"
|
||||
# include "getchar.pro"
|
||||
# include "gui_xim.pro"
|
||||
|
Reference in New Issue
Block a user