aboutsummaryrefslogtreecommitdiff
path: root/runtime/optwin.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r--runtime/optwin.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index 2e9f4723dd..f3d7d3729b 100644
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -1141,12 +1141,6 @@ if has("rightleft")
call append("$", "hkmapp\tuse phonetic Hebrew keyboard mapping")
call <SID>BinOptionG("hkp", &hkp)
endif
-if has("farsi")
- call append("$", "altkeymap\tuse Farsi as the second language when 'revins' is set")
- call <SID>BinOptionG("akm", &akm)
- call append("$", "fkmap\tuse Farsi keyboard mapping")
- call <SID>BinOptionG("fk", &fk)
-endif
if has("arabic")
call append("$", "arabic\tprepare for editing Arabic text")
call append("$", "\t(local to window)")