summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-02 20:27:50 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-02 20:27:50 +0200
commit75464dc434c43efac60e8bfd9bec2a8b736407e9 (patch)
tree03b1a4f18d738e9c9bd21f5663d27279427622e8 /src/proto.h
parent951fa1819ad0e74d73e885d0ec04dd6c70f8d2f7 (diff)
downloadvim-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.h6
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