forked from aniani/vim
patch 8.2.0847: typval related code is spread out
Problem: Typval related code is spread out. Solution: Move code to new typval.c file. (Yegappan Lakshmanan, closes #6093)
This commit is contained in:
@@ -386,6 +386,7 @@ SRC = \
|
||||
textobject.c \
|
||||
textprop.c \
|
||||
time.c \
|
||||
typval.c \
|
||||
ui.c \
|
||||
undo.c \
|
||||
usercmd.c \
|
||||
@@ -497,6 +498,7 @@ OBJ = \
|
||||
textobject.obj \
|
||||
textprop.obj \
|
||||
time.obj \
|
||||
typval.obj \
|
||||
ui.obj \
|
||||
undo.obj \
|
||||
usercmd.obj \
|
||||
@@ -1005,6 +1007,9 @@ textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \
|
||||
time.obj : time.c vim.h [.auto]config.h feature.h os_unix.h \
|
||||
ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
|
||||
[.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
|
||||
typval.obj : typval.c vim.h [.auto]config.h feature.h os_unix.h \
|
||||
ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
|
||||
[.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
|
||||
ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \
|
||||
ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
|
||||
[.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
|
||||
|
Reference in New Issue
Block a user