summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-17 18:59:10 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-17 18:59:10 +0100
commit749f07c0db58d4f2fed2017f5a55bb053c9475ab (patch)
treec629217a557d8ae27093ff5dde3a173b2f02ad86 /src/feature.h
parent76cbe811dafea0609e87ee4b9d025e2387e20fac (diff)
patch 8.1.0943: still a trace of Farsi supportv8.1.0943
Problem: Still a trace of Farsi support. Solution: Remove defining macros.
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/feature.h b/src/feature.h
index 1be1833bfe..284c8e0801 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.