diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-08-10 13:46:36 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-08-10 13:46:36 +0200 |
commit | d21e8b3a17f1dbec348ff94f03466c5c3c4647bb (patch) | |
tree | 78b730d7e6b034a3b38150251567e21eb8a8873f /Filelist | |
parent | 8f4ac01544b44bdd906d241e4f203de7496e5ac8 (diff) | |
download | vim-git-d21e8b3a17f1dbec348ff94f03466c5c3c4647bb.tar.gz |
updated for version 7.4.400v7.4.400
Problem: List of distributed files is incomplete.
Solution: Add recently added files.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 \ |