comparison src/Make_vms.mms @ 18054:88b5c2b4e3d2 v8.1.2022

patch 8.1.2022: the option.c file is too big Commit: https://github.com/vim/vim/commit/0eddca40a6d878823fc90b0cd25d5d101506c564 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 12 22:26:43 2019 +0200 patch 8.1.2022: the option.c file is too big Problem: The option.c file is too big. Solution: Move option definitions to a separate file. (Yegappan Lakshmanan, closes #4918)
author Bram Moolenaar <Bram@vim.org>
date Thu, 12 Sep 2019 22:30:03 +0200
parents cf8e0c7e0cb9
children df5778d73320
comparison
equal deleted inserted replaced
18053:8ac85adee561 18054:88b5c2b4e3d2
712 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 712 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
713 713
714 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \ 714 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \
715 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 715 ascii.h keymap.h term.h macros.h structs.h regexp.h \
716 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 716 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
717 globals.h 717 globals.h optiondefs.h
718 os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \ 718 os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \
719 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 719 ascii.h keymap.h term.h macros.h structs.h regexp.h \
720 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 720 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
721 globals.h os_unixx.h 721 globals.h os_unixx.h
722 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \ 722 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \