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 /src/proto.h | |
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 'src/proto.h')
-rw-r--r-- | src/proto.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h index d975f924d..f4f647641 100644 --- a/src/proto.h +++ b/src/proto.h @@ -92,6 +92,12 @@ extern int _stricoll(char *a, char *b); # ifdef FEAT_MENU # include "menu.pro" # endif +# ifdef FEAT_FKMAP +# include "farsi.pro" +# endif +# ifdef FEAT_ARABIC +# include "arabic.pro" +# endif /* These prototypes cannot be produced automatically. */ int |