Mercurial > vim
changeset 15872:00ba42122944 v8.1.0943
patch 8.1.0943: still a trace of Farsi support
commit https://github.com/vim/vim/commit/749f07c0db58d4f2fed2017f5a55bb053c9475ab
Author: Bram Moolenaar <Bram@vim.org>
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.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 17 Feb 2019 19:00:06 +0100 |
parents | 117a43161cb5 |
children | bc3ab9cd09d2 |
files | src/feature.h src/version.c |
diffstat | 2 files changed, 3 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- 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.