comparison src/Make_vms.mms @ 20237:918245588b50 v8.2.0674

patch 8.2.0674: some source files are too big Commit: https://github.com/vim/vim/commit/11abd095210fc84e5dcee87b9baed86061caefe4 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 1 14:26:37 2020 +0200 patch 8.2.0674: some source files are too big Problem: Some source files are too big. Solution: Move text formatting functions to a new file. (Yegappan Lakshmanan, closes #6021)
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 May 2020 14:30:04 +0200
parents 6ca6a372fef6
children f502455965c0
comparison
equal deleted inserted replaced
20236:366b1c4f8c49 20237:918245588b50
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 textformat.c \
385 textobject.c \ 386 textobject.c \
386 textprop.c \ 387 textprop.c \
387 time.c \ 388 time.c \
388 ui.c \ 389 ui.c \
389 undo.c \ 390 undo.c \
490 syntax.obj \ 491 syntax.obj \
491 tag.obj \ 492 tag.obj \
492 term.obj \ 493 term.obj \
493 termlib.obj \ 494 termlib.obj \
494 testing.obj \ 495 testing.obj \
496 textformat.obj \
495 textobject.obj \ 497 textobject.obj \
496 textprop.obj \ 498 textprop.obj \
497 time.obj \ 499 time.obj \
498 ui.obj \ 500 ui.obj \
499 undo.obj \ 501 undo.obj \
989 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 991 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
990 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 992 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
991 testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \ 993 testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \
992 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 994 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
993 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 995 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
996 textformat.obj : textformat.c vim.h [.auto]config.h feature.h os_unix.h \
997 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
998 [.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 \ 999 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 \ 1000 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 1001 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
997 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \ 1002 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \
998 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1003 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \