Mercurial > vim
comparison Filelist @ 21423:5db63c2c6929 v8.2.1262
patch 8.2.1262: src/ex_cmds.c file is too big
Commit: https://github.com/vim/vim/commit/f868ba89039045b25efe83d12ca501d657e170e8
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jul 21 21:07:20 2020 +0200
patch 8.2.1262: src/ex_cmds.c file is too big
Problem: src/ex_cmds.c file is too big.
Solution: Move help related code to src/help.c. (Yegappan Lakshmanan,
closes #6506)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 21 Jul 2020 21:15:06 +0200 |
parents | bb3f60b0aca0 |
children | b32b67a108f2 |
comparison
equal
deleted
inserted
replaced
21422:af29e2470306 | 21423:5db63c2c6929 |
---|---|
66 src/gui.c \ | 66 src/gui.c \ |
67 src/gui.h \ | 67 src/gui.h \ |
68 src/gui_beval.c \ | 68 src/gui_beval.c \ |
69 src/hardcopy.c \ | 69 src/hardcopy.c \ |
70 src/hashtab.c \ | 70 src/hashtab.c \ |
71 src/help.c \ | |
71 src/highlight.c \ | 72 src/highlight.c \ |
72 src/indent.c \ | 73 src/indent.c \ |
73 src/insexpand.c \ | 74 src/insexpand.c \ |
74 src/json.c \ | 75 src/json.c \ |
75 src/json_test.c \ | 76 src/json_test.c \ |
238 src/proto/getchar.pro \ | 239 src/proto/getchar.pro \ |
239 src/proto/gui.pro \ | 240 src/proto/gui.pro \ |
240 src/proto/gui_beval.pro \ | 241 src/proto/gui_beval.pro \ |
241 src/proto/hardcopy.pro \ | 242 src/proto/hardcopy.pro \ |
242 src/proto/hashtab.pro \ | 243 src/proto/hashtab.pro \ |
244 src/proto/help.pro \ | |
243 src/proto/highlight.pro \ | 245 src/proto/highlight.pro \ |
244 src/proto/indent.pro \ | 246 src/proto/indent.pro \ |
245 src/proto/insexpand.pro \ | 247 src/proto/insexpand.pro \ |
246 src/proto/json.pro \ | 248 src/proto/json.pro \ |
247 src/proto/list.pro \ | 249 src/proto/list.pro \ |