]> granicus.if.org Git - vim/commitdiff
patch 8.1.0943: still a trace of Farsi support v8.1.0943
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Feb 2019 17:59:10 +0000 (18:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Feb 2019 17:59:10 +0000 (18:59 +0100)
Problem:    Still a trace of Farsi support.
Solution:   Remove defining macros.

src/feature.h
src/version.c

index 1be1833bfe73a108dce3bdf9c17d751f0b25041c..284c8e0801cd03a52a1e07320f5e8a6791acb114 100644 (file)
 
 /*
  * +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.
index 19da7a6e33ad07c0a83a2be10b78a04ffe1db266..a59e18565ad9888534cfa3ea419cbcffbe4c965f 100644 (file)
@@ -779,6 +779,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    943,
 /**/
     942,
 /**/