# HG changeset patch # User Bram Moolenaar # Date 1550426406 -3600 # Node ID 00ba421229444a6710b87670ad4ff374a3c3ab09 # Parent 117a43161cb5e46c5724ca616e830dedfe299077 patch 8.1.0943: still a trace of Farsi support commit https://github.com/vim/vim/commit/749f07c0db58d4f2fed2017f5a55bb053c9475ab Author: Bram Moolenaar Date: Sun Feb 17 18:59:10 2019 +0100 patch 8.1.0943: still a trace of Farsi support Problem: Still a trace of Farsi support. Solution: Remove defining macros. diff --git a/src/feature.h b/src/feature.h --- 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 --- 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,