comparison src/proto.h @ 24780:7bc92a651472 v8.2.2928

patch 8.2.2928: the evalfunc.c file is too big Commit: https://github.com/vim/vim/commit/01c798c31a94a50ad0c4a022fc21c1a31553be21 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Jun 2 17:07:18 2021 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Jun 2021 17:15:03 +0200
parents 9a5f12b36273
children dc66d0284518
comparison
equal deleted inserted replaced
24779:3675d97a795e 24780:7bc92a651472
88 # include "ex_eval.pro" 88 # include "ex_eval.pro"
89 # include "ex_getln.pro" 89 # include "ex_getln.pro"
90 # include "fileio.pro" 90 # include "fileio.pro"
91 # include "filepath.pro" 91 # include "filepath.pro"
92 # include "findfile.pro" 92 # include "findfile.pro"
93 # include "float.pro"
93 # include "fold.pro" 94 # include "fold.pro"
94 # include "getchar.pro" 95 # include "getchar.pro"
95 # include "gui_xim.pro" 96 # include "gui_xim.pro"
96 # include "hardcopy.pro" 97 # include "hardcopy.pro"
97 # include "hashtab.pro" 98 # include "hashtab.pro"