forked from aniani/vim
patch 7.4.2058
Problem: eval.c is too big. Solution: Move user functions to userfunc.c
This commit is contained in:
2
Filelist
2
Filelist
@@ -84,6 +84,7 @@ SRC_ALL = \
|
||||
src/termlib.c \
|
||||
src/ui.c \
|
||||
src/undo.c \
|
||||
src/userfunc.c \
|
||||
src/version.c \
|
||||
src/version.h \
|
||||
src/vim.h \
|
||||
@@ -175,6 +176,7 @@ SRC_ALL = \
|
||||
src/proto/termlib.pro \
|
||||
src/proto/ui.pro \
|
||||
src/proto/undo.pro \
|
||||
src/proto/userfunc.pro \
|
||||
src/proto/version.pro \
|
||||
src/proto/winclip.pro \
|
||||
src/proto/window.pro \
|
||||
|
||||
Reference in New Issue
Block a user