forked from aniani/vim
patch 7.4.1983
Problem: farsi.c and arabic.c are included in a strange way. Solution: Build them like other files.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user