diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-17 18:29:19 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-17 18:29:19 +0200 |
commit | a9b579f3d7463720a316e11e77a7a9fbb9267986 (patch) | |
tree | 44c8c9db5628fdb95f6fa89ce7b3e89cddedb839 /src/proto.h | |
parent | da861d631d7e22654faee2789286c685ad548911 (diff) | |
download | vim-git-a9b579f3d7463720a316e11e77a7a9fbb9267986.tar.gz |
patch 7.4.2058v7.4.2058
Problem: eval.c is too big.
Solution: Move user functions to userfunc.c
Diffstat (limited to 'src/proto.h')
-rw-r--r-- | src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h index ed2da6ef5..b3683af42 100644 --- a/src/proto.h +++ b/src/proto.h @@ -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" |