summaryrefslogtreecommitdiff
path: root/src/getchar.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-16 15:10:30 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-16 15:10:30 +0100
commit14184a3133b9a6ee5f711d493c04e41ba4fa7c2f (patch)
tree2fefdfea751bfbfdbbec793f880073bd8387bb4f /src/getchar.c
parent6902c0eb27a3e4479445badfef31443f2227fe60 (diff)
downloadvim-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/getchar.c')
-rw-r--r--src/getchar.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/getchar.c b/src/getchar.c
index fe74dbfa1..eaef1ab7e 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -3361,15 +3361,6 @@ do_map(
rhs = replace_termcodes(rhs, &arg_buf, FALSE, TRUE, special);
}
-#ifdef FEAT_FKMAP
- /*
- * When in right-to-left mode and alternate keymap option set,
- * reverse the character flow in the rhs in Farsi.
- */
- if (p_altkeymap && curwin->w_p_rl)
- lrswap(rhs);
-#endif
-
/*
* check arguments and translate function keys
*/