diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-17 15:46:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-17 15:46:27 +0200 |
commit | da861d631d7e22654faee2789286c685ad548911 (patch) | |
tree | 82be0a097878647d6d683040c37d29f500f65aa0 /src/proto.h | |
parent | 1abc52c1599fede69b4e76ffde0e879d6fb5080a (diff) | |
download | vim-git-da861d631d7e22654faee2789286c685ad548911.tar.gz |
patch 7.4.2057v7.4.2057
Problem: eval.c is too big.
Solution: Move List functions to list.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 170bfcdde..ed2da6ef5 100644 --- a/src/proto.h +++ b/src/proto.h @@ -86,6 +86,7 @@ extern int _stricoll(char *a, char *b); # include "hardcopy.pro" # include "hashtab.pro" # include "json.pro" +# include "list.pro" # include "main.pro" # include "mark.pro" # include "memfile.pro" |