comparison src/Make_vms.mms @ 18265:fe5afdc03bd2 v8.1.2127

patch 8.1.2127: the indent.c file is a bit big Commit: https://github.com/vim/vim/commit/14c01f83487d5c53192297a710eda2b8a4ab17c9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 9 22:53:08 2019 +0200 patch 8.1.2127: the indent.c file is a bit big Problem: The indent.c file is a bit big. Solution: Move C-indent code a a new cindent.c file. Move other indent-related code to indent.c. (Yegappan Lakshmanan, closes #5031)
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Oct 2019 23:00:04 +0200
parents e2be5a6485f5
children f1658662ea84
comparison
equal deleted inserted replaced
18264:5202d9b99bee 18265:fe5afdc03bd2
316 blowfish.c \ 316 blowfish.c \
317 buffer.c \ 317 buffer.c \
318 bufwrite.c \ 318 bufwrite.c \
319 change.c \ 319 change.c \
320 charset.c \ 320 charset.c \
321 cindent.c \
321 cmdexpand.c \ 322 cmdexpand.c \
322 cmdhist.c \ 323 cmdhist.c \
323 crypt.c \ 324 crypt.c \
324 crypt_zip.c \ 325 crypt_zip.c \
325 debugger.c \ 326 debugger.c \
418 blowfish.obj \ 419 blowfish.obj \
419 buffer.obj \ 420 buffer.obj \
420 bufwrite.obj \ 421 bufwrite.obj \
421 change.obj \ 422 change.obj \
422 charset.obj \ 423 charset.obj \
424 cindent.obj \
423 cmdexpand.obj \ 425 cmdexpand.obj \
424 cmdhist.obj \ 426 cmdhist.obj \
425 crypt.obj \ 427 crypt.obj \
426 crypt_zip.obj \ 428 crypt_zip.obj \
427 debugger.obj \ 429 debugger.obj \
698 globals.h version.h 700 globals.h version.h
699 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \ 701 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \
700 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 702 ascii.h keymap.h term.h macros.h structs.h regexp.h \
701 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 703 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
702 globals.h 704 globals.h
705 cindent.obj : cindent.c vim.h [.auto]config.h feature.h os_unix.h \
706 ascii.h keymap.h term.h macros.h structs.h regexp.h \
707 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
708 globals.h
703 cmdexpand.obj : cmdexpand.c vim.h [.auto]config.h feature.h os_unix.h \ 709 cmdexpand.obj : cmdexpand.c vim.h [.auto]config.h feature.h os_unix.h \
704 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 710 ascii.h keymap.h term.h macros.h structs.h regexp.h \
705 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 711 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
706 globals.h 712 globals.h
707 cmdhist.obj : cmdhist.c vim.h [.auto]config.h feature.h os_unix.h \ 713 cmdhist.obj : cmdhist.c vim.h [.auto]config.h feature.h os_unix.h \