summaryrefslogtreecommitdiff
path: root/runtime/keymap/hebrewp.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/keymap/hebrewp.vim')
-rw-r--r--runtime/keymap/hebrewp.vim16
1 files changed, 16 insertions, 0 deletions
diff --git a/runtime/keymap/hebrewp.vim b/runtime/keymap/hebrewp.vim
new file mode 100644
index 000000000..a87cdc735
--- /dev/null
+++ b/runtime/keymap/hebrewp.vim
@@ -0,0 +1,16 @@
+let encoding = &enc
+if encoding == 'latin1'
+ if has("unix")
+ let encoding = 'iso-8859-8'
+ else
+ let encoding = 'cp1255'
+ endif
+endif
+
+if encoding == 'utf-8'
+ source <sfile>:p:h/hebrewp_utf-8.vim
+elseif encoding == 'cp1255'
+ source <sfile>:p:h/hebrewp_cp1255.vim
+else
+ source <sfile>:p:h/hebrewp_iso-8859-8.vim
+endif