Skip to content

Commit 749f07c

Browse files
committed
patch 8.1.0943: still a trace of Farsi support
Problem: Still a trace of Farsi support. Solution: Remove defining macros.
1 parent 76cbe81 commit 749f07c

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

src/feature.h

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -265,18 +265,8 @@
265265

266266
/*
267267
* +farsi Farsi (Persian language) Keymap support.
268-
* Requires FEAT_RIGHTLEFT.
269-
*
270-
* Disabled for EBCDIC as it requires multibyte.
268+
* Removed in patch 8.1.0932
271269
*/
272-
#if defined(FEAT_BIG) && !defined(DISABLE_FARSI) && !defined(EBCDIC)
273-
# define FEAT_FKMAP
274-
#endif
275-
#ifdef FEAT_FKMAP
276-
# ifndef FEAT_RIGHTLEFT
277-
# define FEAT_RIGHTLEFT
278-
# endif
279-
#endif
280270

281271
/*
282272
* +arabic Arabic keymap and shaping support.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,8 @@ static char *(features[]) =
779779

780780
static int included_patches[] =
781781
{ /* Add new patch number below this line */
782+
/**/
783+
943,
782784
/**/
783785
942,
784786
/**/

0 commit comments

Comments
 (0)