From 8baab3c8d7a6f22888bd581cd5c6098fd2e4b5a8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:44:24 +0200 Subject: Adding upstream version 2:8.1.0875. Signed-off-by: Daniel Baumann --- runtime/keymap/hebrewp.vim | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 runtime/keymap/hebrewp.vim (limited to 'runtime/keymap/hebrewp.vim') diff --git a/runtime/keymap/hebrewp.vim b/runtime/keymap/hebrewp.vim new file mode 100644 index 0000000..a87cdc7 --- /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 :p:h/hebrewp_utf-8.vim +elseif encoding == 'cp1255' + source :p:h/hebrewp_cp1255.vim +else + source :p:h/hebrewp_iso-8859-8.vim +endif -- cgit v1.2.3