From 33ce70c8833a4ee0422b8865c7438fe6676cdd6c Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 17 Feb 2019 10:54:00 +0100 Subject: vim-patch:8.1.0932: remove Farsi support (#9622) Problem: Farsi support is outdated and unused. Solution: Delete the Farsi support. https://github.com/vim/vim/commit/14184a3133b9a6ee5f711d493c04e41ba4fa7c2f --- src/nvim/eval.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/eval.c') diff --git a/src/nvim/eval.c b/src/nvim/eval.c index d63e45d3c7..d18884ff07 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -10667,7 +10667,6 @@ static void f_has(typval_T *argvars, typval_T *rettv, FunPtr fptr) "eval", /* always present, of course! */ "ex_extra", "extra_search", - "farsi", "file_in_path", "filterpipe", "find_in_path", -- cgit