mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +00:00
Move arabic.h #defines from arabic.h to arabic.c
- Move arabic_shape() decl from main.h to arabic.h - Move arabic_combine() and arabic_maycombine() from mbyte.c to arabic.c as these functions use the #defines I moved. - Remove the unnecessary include of arabic.h in globals.h - Remove include of arabic.c (sic) in main.c (change CMakeLists.txt to compile arabic.c normally)
This commit is contained in:

committed by
Thiago de Arruda

parent
fd6fd35eef
commit
8b2a5e678e
@@ -1136,9 +1136,4 @@ EXTERN char *ignoredp;
|
||||
*/
|
||||
# include "farsi.h"
|
||||
|
||||
/*
|
||||
* Optional Arabic support. Include it here, so EXTERN and INIT are defined.
|
||||
*/
|
||||
# include "arabic.h"
|
||||
|
||||
#endif /* NEOVIM_GLOBALS_H */
|
||||
|
Reference in New Issue
Block a user