We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cbe81 commit 749f07cCopy full SHA for 749f07c
2 files changed
src/feature.h
@@ -265,18 +265,8 @@
265
266
/*
267
* +farsi Farsi (Persian language) Keymap support.
268
- * Requires FEAT_RIGHTLEFT.
269
- *
270
- * Disabled for EBCDIC as it requires multibyte.
+ * Removed in patch 8.1.0932
271
*/
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
280
281
282
* +arabic Arabic keymap and shaping support.
src/version.c
@@ -779,6 +779,8 @@ static char *(features[]) =
779
780
static int included_patches[] =
781
{ /* Add new patch number below this line */
782
+/**/
783
+ 943,
784
/**/
785
942,
786
0 commit comments