mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
patch 8.1.2001: some source files are too big
Problem: Some source files are too big. Solution: Move buffer and window related functions to evalbuffer.c and evalwindow.c. (Yegappan Lakshmanan, closes #4898)
This commit is contained in:
@ -75,7 +75,10 @@ extern int _stricoll(char *a, char *b);
|
||||
# include "digraph.pro"
|
||||
# include "edit.pro"
|
||||
# include "eval.pro"
|
||||
# include "evalbuffer.pro"
|
||||
# include "evalfunc.pro"
|
||||
# include "evalvars.pro"
|
||||
# include "evalwindow.pro"
|
||||
# include "ex_cmds.pro"
|
||||
# include "ex_cmds2.pro"
|
||||
# include "ex_docmd.pro"
|
||||
@ -111,7 +114,6 @@ extern int _stricoll(char *a, char *b);
|
||||
# ifdef FEAT_VIMINFO
|
||||
# include "viminfo.pro"
|
||||
# endif
|
||||
# include "evalvars.pro"
|
||||
|
||||
/* These prototypes cannot be produced automatically. */
|
||||
int smsg(const char *, ...)
|
||||
|
Reference in New Issue
Block a user