comparison src/Make_vms.mms @ 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 b1fac55cf8a3
children b32b67a108f2
comparison
equal deleted inserted replaced
21422:af29e2470306 21423:5db63c2c6929
335 fold.c \ 335 fold.c \
336 getchar.c \ 336 getchar.c \
337 gui_xim.c \ 337 gui_xim.c \
338 hardcopy.c \ 338 hardcopy.c \
339 hashtab.c \ 339 hashtab.c \
340 help.c \
340 highlight.c \ 341 highlight.c \
341 if_cscope.c \ 342 if_cscope.c \
342 if_xcmdsrv.c \ 343 if_xcmdsrv.c \
343 indent.c \ 344 indent.c \
344 insexpand.c \ 345 insexpand.c \
448 fold.obj \ 449 fold.obj \
449 getchar.obj \ 450 getchar.obj \
450 gui_xim.obj \ 451 gui_xim.obj \
451 hardcopy.obj \ 452 hardcopy.obj \
452 hashtab.obj \ 453 hashtab.obj \
454 help.obj \
453 highlight.obj \ 455 highlight.obj \
454 if_cscope.obj \ 456 if_cscope.obj \
455 if_mzsch.obj \ 457 if_mzsch.obj \
456 if_xcmdsrv.obj \ 458 if_xcmdsrv.obj \
457 indent.obj \ 459 indent.obj \
832 globals.h version.h 834 globals.h version.h
833 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \ 835 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \
834 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 836 ascii.h keymap.h term.h macros.h structs.h regexp.h \
835 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 837 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
836 globals.h 838 globals.h
839 help.obj : help.c vim.h [.auto]config.h feature.h os_unix.h \
840 ascii.h keymap.h term.h macros.h structs.h regexp.h \
841 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
842 globals.h
837 highlight.obj : highlight.c vim.h [.auto]config.h feature.h os_unix.h \ 843 highlight.obj : highlight.c vim.h [.auto]config.h feature.h os_unix.h \
838 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 844 ascii.h keymap.h term.h macros.h structs.h regexp.h \
839 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 845 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
840 globals.h 846 globals.h
841 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \ 847 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \