diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-02 20:27:50 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-02 20:27:50 +0200 |
commit | 75464dc434c43efac60e8bfd9bec2a8b736407e9 (patch) | |
tree | 03b1a4f18d738e9c9bd21f5663d27279427622e8 /Filelist | |
parent | 951fa1819ad0e74d73e885d0ec04dd6c70f8d2f7 (diff) | |
download | vim-git-75464dc434c43efac60e8bfd9bec2a8b736407e9.tar.gz |
patch 7.4.1983v7.4.1983
Problem: farsi.c and arabic.c are included in a strange way.
Solution: Build them like other files.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -116,6 +116,7 @@ SRC_ALL = \ src/testdir/bench*.vim \ src/testdir/samples/*.txt \ src/proto.h \ + src/proto/arabic.pro \ src/proto/blowfish.pro \ src/proto/buffer.pro \ src/proto/channel.pro \ @@ -131,6 +132,7 @@ SRC_ALL = \ src/proto/ex_docmd.pro \ src/proto/ex_eval.pro \ src/proto/ex_getln.pro \ + src/proto/farsi.pro \ src/proto/fileio.pro \ src/proto/fold.pro \ src/proto/getchar.pro \ |