From afce081b90c1e2c50c3507758c7558a0dfa1f33e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 15:18:03 +0200 Subject: Adding upstream version 2:8.2.2434. Signed-off-by: Daniel Baumann --- runtime/keymap/croatian.vim | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 runtime/keymap/croatian.vim (limited to 'runtime/keymap/croatian.vim') diff --git a/runtime/keymap/croatian.vim b/runtime/keymap/croatian.vim new file mode 100644 index 0000000..b52eba0 --- /dev/null +++ b/runtime/keymap/croatian.vim @@ -0,0 +1,16 @@ +let s:encoding = &enc +if s:encoding == 'latin1' + if has("unix") + let s:encoding = 'iso-8859-2' + else + let s:encoding = 'cp1250' + endif +endif + +if s:encoding == 'utf-8' + source :p:h/croatian_utf-8.vim +elseif s:encoding == 'cp1250' + source :p:h/croatian_cp1250.vim +else + source :p:h/croatian_iso-8859-2.vim +endif -- cgit v1.2.3