diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-02-16 15:10:30 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-02-16 15:10:30 +0100 |
commit | 14184a3133b9a6ee5f711d493c04e41ba4fa7c2f (patch) | |
tree | 2fefdfea751bfbfdbbec793f880073bd8387bb4f /src/config.h.in | |
parent | 6902c0eb27a3e4479445badfef31443f2227fe60 (diff) | |
download | vim-git-14184a3133b9a6ee5f711d493c04e41ba4fa7c2f.tar.gz |
patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932
Problem: Farsi support is outdated and unused.
Solution: Delete the Farsi support.
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.h.in b/src/config.h.in index d1aaf708e..7fe65de57 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -391,9 +391,6 @@ /* Define if you don't want to include right-left support. */ #undef DISABLE_RIGHTLEFT -/* Define if you don't want to include Farsi support. */ -#undef DISABLE_FARSI - /* Define if you don't want to include Arabic support. */ #undef DISABLE_ARABIC |