mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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:
14
src/main.c
14
src/main.c
@@ -4186,17 +4186,3 @@ serverConvert(
|
||||
return res;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* When FEAT_FKMAP is defined, also compile the Farsi source code.
|
||||
*/
|
||||
#if defined(FEAT_FKMAP) || defined(PROTO)
|
||||
# include "farsi.c"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* When FEAT_ARABIC is defined, also compile the Arabic source code.
|
||||
*/
|
||||
#if defined(FEAT_ARABIC) || defined(PROTO)
|
||||
# include "arabic.c"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user