summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/feature.h12
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 11 deletions
diff --git a/src/feature.h b/src/feature.h
index 1be1833bf..284c8e080 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -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.
diff --git a/src/version.c b/src/version.c
index 19da7a6e3..a59e18565 100644
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 943,
+/**/
942,
/**/
941,