]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.400 v7.4.400
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Aug 2014 11:46:36 +0000 (13:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Aug 2014 11:46:36 +0000 (13:46 +0200)
Problem:    List of distributed files is incomplete.
Solution:   Add recently added files.

Filelist
src/version.c

index 46aaa964e37e95fc1e3053bc3c1641d34134d98b..0f4ed1d8280d0801b8a30a08bd231451113edc30 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -11,6 +11,8 @@ SRC_ALL =     \
                src/blowfish.c \
                src/buffer.c \
                src/charset.c \
+               src/crypt.c \
+               src/crypt_zip.c \
                src/diff.c \
                src/digraph.c \
                src/edit.c \
@@ -103,6 +105,8 @@ SRC_ALL =   \
                src/proto/blowfish.pro \
                src/proto/buffer.pro \
                src/proto/charset.pro \
+               src/proto/crypt.pro \
+               src/proto/crypt_zip.pro \
                src/proto/diff.pro \
                src/proto/digraph.pro \
                src/proto/edit.pro \
@@ -289,6 +293,8 @@ SRC_DOS =   \
                src/dosinst.h \
                src/glbl_ime.cpp \
                src/glbl_ime.h \
+               src/gui_dwrite.cpp \
+               src/gui_dwrite.h \
                src/gui_w16.c \
                src/gui_w32.c \
                src/gui_w48.c \
index 30bcb2e0f43d61e670ecce1d7ac389dcf9b9a79b..57c23b5e62454ed186097805739c0c1479cd4d60 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    400,
 /**/
     399,
 /**/