mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 8.1.0932: Farsi support is outdated and unused
Problem: Farsi support is outdated and unused. Solution: Delete the Farsi support.
This commit is contained in:
@@ -1450,9 +1450,7 @@ EXTERN char e_nogvim[] INIT(= N_("E25: GUI cannot be used: Not enabled at compil
|
||||
#ifndef FEAT_RIGHTLEFT
|
||||
EXTERN char e_nohebrew[] INIT(= N_("E26: Hebrew cannot be used: Not enabled at compile time\n"));
|
||||
#endif
|
||||
#ifndef FEAT_FKMAP
|
||||
EXTERN char e_nofarsi[] INIT(= N_("E27: Farsi cannot be used: Not enabled at compile time\n"));
|
||||
#endif
|
||||
EXTERN char e_nofarsi[] INIT(= N_("E27: Farsi support has been removed\n"));
|
||||
#ifndef FEAT_ARABIC
|
||||
EXTERN char e_noarabic[] INIT(= N_("E800: Arabic cannot be used: Not enabled at compile time\n"));
|
||||
#endif
|
||||
@@ -1655,13 +1653,6 @@ EXTERN int ctrl_break_was_pressed INIT(= FALSE);
|
||||
EXTERN int text_prop_frozen INIT(= 0);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Optional Farsi support. Include it here, so EXTERN and INIT are defined.
|
||||
*/
|
||||
#ifdef FEAT_FKMAP
|
||||
# include "farsi.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Optional Arabic support. Include it here, so EXTERN and INIT are defined.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user