Skip to content

Commit

Permalink
patch 8.1.0943: still a trace of Farsi support
Browse files Browse the repository at this point in the history
Problem:    Still a trace of Farsi support.
Solution:   Remove defining macros.
  • Loading branch information
brammool committed Feb 17, 2019
1 parent 76cbe81 commit 749f07c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 1 addition & 11 deletions src/feature.h
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -779,6 +779,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
943,
/**/
942,
/**/
Expand Down

0 comments on commit 749f07c

Please sign in to comment.