1
0
forked from aniani/vim

patch 7.4.2055

Problem:    eval.c is too big.
Solution:   Move Dictionary functions to dict.c.
This commit is contained in:
Bram Moolenaar
2016-07-17 14:57:05 +02:00
parent 42ebd06642
commit cd52459c38
9 changed files with 902 additions and 847 deletions

View File

@@ -18,6 +18,7 @@ SRC_ALL = \
src/charset.c \
src/crypt.c \
src/crypt_zip.c \
src/dict.c \
src/diff.c \
src/digraph.c \
src/edit.c \
@@ -53,6 +54,7 @@ SRC_ALL = \
src/memline.c \
src/menu.c \
src/message.c \
src/message_test.c \
src/misc1.c \
src/misc2.c \
src/move.c \
@@ -125,6 +127,7 @@ SRC_ALL = \
src/proto/charset.pro \
src/proto/crypt.pro \
src/proto/crypt_zip.pro \
src/proto/dict.pro \
src/proto/diff.pro \
src/proto/digraph.pro \
src/proto/edit.pro \