0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

patch 7.4.2058

Problem:    eval.c is too big.
Solution:   Move user functions to userfunc.c
This commit is contained in:
Bram Moolenaar
2016-07-17 18:29:19 +02:00
parent da861d631d
commit a9b579f3d7
11 changed files with 3728 additions and 3531 deletions

View File

@@ -165,6 +165,7 @@ void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void
# endif
# include "ui.pro"
# include "undo.pro"
# include "userfunc.pro"
# include "version.pro"
# include "window.pro"