mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 8.1.1869: code for the argument list is spread out
Problem: Code for the argument list is spread out. Solution: Put argument list code in arglist.c. (Yegappan Lakshmanan, closes #4819)
This commit is contained in:
@@ -712,6 +712,7 @@ INCL = vim.h alloc.h ascii.h ex_cmds.h feature.h globals.h \
|
||||
|
||||
OBJ = \
|
||||
$(OUTDIR)\arabic.obj \
|
||||
$(OUTDIR)\arglist.obj \
|
||||
$(OUTDIR)\autocmd.obj \
|
||||
$(OUTDIR)\beval.obj \
|
||||
$(OUTDIR)\blob.obj \
|
||||
@@ -1433,6 +1434,8 @@ $(NEW_TESTS):
|
||||
|
||||
$(OUTDIR)/arabic.obj: $(OUTDIR) arabic.c $(INCL)
|
||||
|
||||
$(OUTDIR)/arglist.obj: $(OUTDIR) arglist.c $(INCL)
|
||||
|
||||
$(OUTDIR)/autocmd.obj: $(OUTDIR) autocmd.c $(INCL)
|
||||
|
||||
$(OUTDIR)/beval.obj: $(OUTDIR) beval.c $(INCL)
|
||||
@@ -1744,6 +1747,7 @@ $(PATHDEF_SRC): Make_mvc.mak
|
||||
# End Custom Build
|
||||
proto.h: \
|
||||
proto/arabic.pro \
|
||||
proto/arglist.pro \
|
||||
proto/autocmd.pro \
|
||||
proto/blob.pro \
|
||||
proto/blowfish.pro \
|
||||
|
Reference in New Issue
Block a user