comparison src/Make_vms.mms @ 17861:0a5c615cd949 v8.1.1927

patch 8.1.1927: code for dealing with script files is spread out Commit: https://github.com/vim/vim/commit/307c5a5bb77c3728dfab06c30e9f786309c63f74 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 25 15:41:00 2019 +0200 patch 8.1.1927: code for dealing with script files is spread out Problem: Code for dealing with script files is spread out. Solution: Move the code to scriptfile.c. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4861)
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Aug 2019 15:45:04 +0200
parents 87a8760babec
children d50a5faa75bd
comparison
equal deleted inserted replaced
17860:9ef94ab1528c 17861:0a5c615cd949
313 ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c if_cscope.c if_xcmdsrv.c \ 313 ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c if_cscope.c if_xcmdsrv.c \
314 fileio.c findfile.c fold.c getchar.c hardcopy.c hashtab.c highlight.c \ 314 fileio.c findfile.c fold.c getchar.c hardcopy.c hashtab.c highlight.c \
315 indent.c insexpand.c json.c list.c main.c map.c mark.c menu.c mbyte.c \ 315 indent.c insexpand.c json.c list.c main.c map.c mark.c menu.c mbyte.c \
316 memfile.c memline.c message.c misc1.c misc2.c move.c normal.c ops.c \ 316 memfile.c memline.c message.c misc1.c misc2.c move.c normal.c ops.c \
317 option.c popupmnu.c popupwin.c profiler.c quickfix.c regexp.c \ 317 option.c popupmnu.c popupwin.c profiler.c quickfix.c regexp.c \
318 scriptfile.c \
318 search.c session.c sha256.c sign.c spell.c spellfile.c syntax.c tag.c \ 319 search.c session.c sha256.c sign.c spell.c spellfile.c syntax.c tag.c \
319 term.c termlib.c testing.c textprop.c ui.c undo.c usercmd.c \ 320 term.c termlib.c testing.c textprop.c ui.c undo.c usercmd.c \
320 userfunc.c version.c viminfo.c screen.c window.c os_unix.c os_vms.c \ 321 userfunc.c version.c viminfo.c screen.c window.c os_unix.c os_vms.c \
321 pathdef.c \ 322 pathdef.c \
322 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \ 323 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \
330 findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \ 331 findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \
331 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \ 332 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \
332 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \ 333 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \
333 misc1.obj misc2.obj move.obj mbyte.obj normal.obj ops.obj option.obj \ 334 misc1.obj misc2.obj move.obj mbyte.obj normal.obj ops.obj option.obj \
334 popupmnu.obj popupwin.obj profiler.obj quickfix.obj regexp.obj \ 335 popupmnu.obj popupwin.obj profiler.obj quickfix.obj regexp.obj \
336 scriptfile.obj \
335 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \ 337 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \
336 syntax.obj tag.obj term.obj termlib.obj testing.obj textprop.obj \ 338 syntax.obj tag.obj term.obj termlib.obj testing.obj textprop.obj \
337 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \ 339 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \
338 viminfo.obj window.obj os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \ 340 viminfo.obj window.obj os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \
339 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \ 341 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \
719 quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \ 721 quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \
720 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 722 ascii.h keymap.h term.h macros.h structs.h regexp.h \
721 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 723 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
722 globals.h 724 globals.h
723 regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \ 725 regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \
726 ascii.h keymap.h term.h macros.h structs.h regexp.h \
727 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
728 globals.h
729 scriptfile.obj : scriptfile.c vim.h [.auto]config.h feature.h os_unix.h \
724 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 730 ascii.h keymap.h term.h macros.h structs.h regexp.h \
725 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 731 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
726 globals.h 732 globals.h
727 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \ 733 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \
728 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 734 ascii.h keymap.h term.h macros.h structs.h regexp.h \