diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-21 21:07:20 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-21 21:07:20 +0200 |
commit | f868ba89039045b25efe83d12ca501d657e170e8 (patch) | |
tree | f2b8b5d777fbb259111a5d5fabe8a0c69358fca1 /Filelist | |
parent | c7db57788b661a5da0b375d4fffdf10721550141 (diff) | |
download | vim-git-f868ba89039045b25efe83d12ca501d657e170e8.tar.gz |
patch 8.2.1262: src/ex_cmds.c file is too bigv8.2.1262
Problem: src/ex_cmds.c file is too big.
Solution: Move help related code to src/help.c. (Yegappan Lakshmanan,
closes #6506)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,7 @@ SRC_ALL = \ src/gui_beval.c \ src/hardcopy.c \ src/hashtab.c \ + src/help.c \ src/highlight.c \ src/indent.c \ src/insexpand.c \ @@ -240,6 +241,7 @@ SRC_ALL = \ src/proto/gui_beval.pro \ src/proto/hardcopy.pro \ src/proto/hashtab.pro \ + src/proto/help.pro \ src/proto/highlight.pro \ src/proto/indent.pro \ src/proto/insexpand.pro \ |