mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
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)
This commit is contained in:
@@ -95,6 +95,7 @@ extern int _stricoll(char *a, char *b);
|
||||
# include "gui_xim.pro"
|
||||
# include "hardcopy.pro"
|
||||
# include "hashtab.pro"
|
||||
# include "help.pro"
|
||||
# include "highlight.pro"
|
||||
# include "indent.pro"
|
||||
# include "insexpand.pro"
|
||||
|
Reference in New Issue
Block a user