summaryrefslogtreecommitdiff
path: root/mnv/runtime/keymap/croatian.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/keymap/croatian.mnv')
-rw-r--r--mnv/runtime/keymap/croatian.mnv16
1 files changed, 16 insertions, 0 deletions
diff --git a/mnv/runtime/keymap/croatian.mnv b/mnv/runtime/keymap/croatian.mnv
new file mode 100644
index 0000000000..3f9b2cb193
--- /dev/null
+++ b/mnv/runtime/keymap/croatian.mnv
@@ -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 <sfile>:p:h/croatian_utf-8.mnv
+elseif s:encoding == 'cp1250'
+ source <sfile>:p:h/croatian_cp1250.mnv
+else
+ source <sfile>:p:h/croatian_iso-8859-2.mnv
+endif