comparison src/evalfunc.c @ 15850:a6ca8cf07a98 v8.1.0932

patch 8.1.0932: Farsi support is outdated and unused commit https://github.com/vim/vim/commit/14184a3133b9a6ee5f711d493c04e41ba4fa7c2f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 16 15:10:30 2019 +0100 patch 8.1.0932: Farsi support is outdated and unused Problem: Farsi support is outdated and unused. Solution: Delete the Farsi support.
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Feb 2019 15:15:07 +0100
parents 734b1928a5aa
children 7fad90423bd2
comparison
equal deleted inserted replaced
15849:c478f5603556 15850:a6ca8cf07a98
6266 "eval", /* always present, of course! */ 6266 "eval", /* always present, of course! */
6267 "ex_extra", /* graduated feature */ 6267 "ex_extra", /* graduated feature */
6268 #ifdef FEAT_SEARCH_EXTRA 6268 #ifdef FEAT_SEARCH_EXTRA
6269 "extra_search", 6269 "extra_search",
6270 #endif 6270 #endif
6271 #ifdef FEAT_FKMAP
6272 "farsi",
6273 #endif
6274 #ifdef FEAT_SEARCHPATH 6271 #ifdef FEAT_SEARCHPATH
6275 "file_in_path", 6272 "file_in_path",
6276 #endif 6273 #endif
6277 #ifdef FEAT_FILTERPIPE 6274 #ifdef FEAT_FILTERPIPE
6278 "filterpipe", 6275 "filterpipe",