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/version.c | |
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/version.c')
-rw-r--r-- | src/version.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/version.c b/src/version.c index 00c63e53c..aa73ebd87 100644 --- a/src/version.c +++ b/src/version.c @@ -255,11 +255,7 @@ static char *(features[]) = #else "-extra_search", #endif -#ifdef FEAT_FKMAP - "+farsi", -#else "-farsi", -#endif #ifdef FEAT_SEARCHPATH "+file_in_path", #else @@ -784,6 +780,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 932, +/**/ 931, /**/ 930, |