summaryrefslogtreecommitdiff
path: root/src/normal.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-02 18:25:34 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-02 18:25:34 +0200
commitee2615af64fdcee87d8e4b13b65356e77fbd969b (patch)
tree7a5c73269bef363fe0bf16bb257787c933f7ae17 /src/normal.c
parent361c8f0e517e41f1f1d34dae328044406fde80ac (diff)
downloadvim-ee2615af64fdcee87d8e4b13b65356e77fbd969b.zip
patch 7.4.1981
Problem: No testing for Farsi code. Solution: Add a minimal test. Clean up Farsi code.
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/normal.c b/src/normal.c
index c0a54b6cb..bc72c811b 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -414,8 +414,8 @@ static const struct nv_cmd
{K_TABMENU, nv_tabmenu, 0, 0},
#endif
#ifdef FEAT_FKMAP
- {K_F8, farsi_fkey, 0, 0},
- {K_F9, farsi_fkey, 0, 0},
+ {K_F8, farsi_f8, 0, 0},
+ {K_F9, farsi_f9, 0, 0},
#endif
#ifdef FEAT_NETBEANS_INTG
{K_F21, nv_nbcmd, NV_NCH_ALW, 0},