comparison src/Make_vms.mms @ 20209:6ca6a372fef6 v8.2.0660

patch 8.2.0660: the search.c file is a bit big Commit: https://github.com/vim/vim/commit/ed8ce057b7a2fcd89b5f55680ae8f85d62a992a5 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 29 21:04:15 2020 +0200 patch 8.2.0660: the search.c file is a bit big Problem: The search.c file is a bit big. Solution: Split off the text object code to a separate file. (Yegappan Lakshmanan, closes #6007)
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Apr 2020 21:15:05 +0200
parents 5e41b2e63c73
children 918245588b50
comparison
equal deleted inserted replaced
20208:061dfda170cd 20209:6ca6a372fef6
380 syntax.c \ 380 syntax.c \
381 tag.c \ 381 tag.c \
382 term.c \ 382 term.c \
383 termlib.c \ 383 termlib.c \
384 testing.c \ 384 testing.c \
385 textobject.c \
385 textprop.c \ 386 textprop.c \
386 time.c \ 387 time.c \
387 ui.c \ 388 ui.c \
388 undo.c \ 389 undo.c \
389 usercmd.c \ 390 usercmd.c \
489 syntax.obj \ 490 syntax.obj \
490 tag.obj \ 491 tag.obj \
491 term.obj \ 492 term.obj \
492 termlib.obj \ 493 termlib.obj \
493 testing.obj \ 494 testing.obj \
495 textobject.obj \
494 textprop.obj \ 496 textprop.obj \
495 time.obj \ 497 time.obj \
496 ui.obj \ 498 ui.obj \
497 undo.obj \ 499 undo.obj \
498 usercmd.obj \ 500 usercmd.obj \
987 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 989 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
988 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 990 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
989 testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \ 991 testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \
990 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 992 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
991 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 993 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
994 textobject.obj : textobject.c vim.h [.auto]config.h feature.h os_unix.h \
995 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
996 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
992 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \ 997 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \
993 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 998 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
994 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 999 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
995 time.obj : time.c vim.h [.auto]config.h feature.h os_unix.h \ 1000 time.obj : time.c vim.h [.auto]config.h feature.h os_unix.h \
996 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1001 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \