mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.1.0943: still a trace of Farsi support
Problem: Still a trace of Farsi support. Solution: Remove defining macros.
This commit is contained in:
parent
76cbe811da
commit
749f07c0db
@ -265,18 +265,8 @@
|
||||
|
||||
/*
|
||||
* +farsi Farsi (Persian language) Keymap support.
|
||||
* Requires FEAT_RIGHTLEFT.
|
||||
*
|
||||
* Disabled for EBCDIC as it requires multibyte.
|
||||
* Removed in patch 8.1.0932
|
||||
*/
|
||||
#if defined(FEAT_BIG) && !defined(DISABLE_FARSI) && !defined(EBCDIC)
|
||||
# define FEAT_FKMAP
|
||||
#endif
|
||||
#ifdef FEAT_FKMAP
|
||||
# ifndef FEAT_RIGHTLEFT
|
||||
# define FEAT_RIGHTLEFT
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +arabic Arabic keymap and shaping support.
|
||||
|
@ -779,6 +779,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
943,
|
||||
/**/
|
||||
942,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user