mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 8.1.1038: Arabic support excludes Farsi
Problem: Arabic support excludes Farsi. Solution: Add Farsi support to the Arabic support. (Ali Gholami Rudi, Ameretat Reith)
This commit is contained in:
@@ -1652,10 +1652,3 @@ EXTERN int ctrl_break_was_pressed INIT(= FALSE);
|
||||
#ifdef FEAT_TEXT_PROP
|
||||
EXTERN int text_prop_frozen INIT(= 0);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Optional Arabic support. Include it here, so EXTERN and INIT are defined.
|
||||
*/
|
||||
#ifdef FEAT_ARABIC
|
||||
# include "arabic.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user