forked from aniani/vim
updated for version 7.4.400
Problem: List of distributed files is incomplete. Solution: Add recently added files.
This commit is contained in:
6
Filelist
6
Filelist
@@ -11,6 +11,8 @@ SRC_ALL = \
|
|||||||
src/blowfish.c \
|
src/blowfish.c \
|
||||||
src/buffer.c \
|
src/buffer.c \
|
||||||
src/charset.c \
|
src/charset.c \
|
||||||
|
src/crypt.c \
|
||||||
|
src/crypt_zip.c \
|
||||||
src/diff.c \
|
src/diff.c \
|
||||||
src/digraph.c \
|
src/digraph.c \
|
||||||
src/edit.c \
|
src/edit.c \
|
||||||
@@ -103,6 +105,8 @@ SRC_ALL = \
|
|||||||
src/proto/blowfish.pro \
|
src/proto/blowfish.pro \
|
||||||
src/proto/buffer.pro \
|
src/proto/buffer.pro \
|
||||||
src/proto/charset.pro \
|
src/proto/charset.pro \
|
||||||
|
src/proto/crypt.pro \
|
||||||
|
src/proto/crypt_zip.pro \
|
||||||
src/proto/diff.pro \
|
src/proto/diff.pro \
|
||||||
src/proto/digraph.pro \
|
src/proto/digraph.pro \
|
||||||
src/proto/edit.pro \
|
src/proto/edit.pro \
|
||||||
@@ -289,6 +293,8 @@ SRC_DOS = \
|
|||||||
src/dosinst.h \
|
src/dosinst.h \
|
||||||
src/glbl_ime.cpp \
|
src/glbl_ime.cpp \
|
||||||
src/glbl_ime.h \
|
src/glbl_ime.h \
|
||||||
|
src/gui_dwrite.cpp \
|
||||||
|
src/gui_dwrite.h \
|
||||||
src/gui_w16.c \
|
src/gui_w16.c \
|
||||||
src/gui_w32.c \
|
src/gui_w32.c \
|
||||||
src/gui_w48.c \
|
src/gui_w48.c \
|
||||||
|
@@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
400,
|
||||||
/**/
|
/**/
|
||||||
399,
|
399,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user