From 029f72b1a93430b24b88eb3a72c6114d9f149737 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:09:20 +0200 Subject: Adding upstream version 2:9.1.0016. Signed-off-by: Daniel Baumann --- runtime/keymap/croatian_cp1250.vim | 65 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 runtime/keymap/croatian_cp1250.vim (limited to 'runtime/keymap/croatian_cp1250.vim') diff --git a/runtime/keymap/croatian_cp1250.vim b/runtime/keymap/croatian_cp1250.vim new file mode 100644 index 0000000..a5a92e3 --- /dev/null +++ b/runtime/keymap/croatian_cp1250.vim @@ -0,0 +1,65 @@ +" Vim Keymap file for Croatian characters, classical variant, cp1250 encoding +" +" Maintainer: Paul B. Mahol +" Last Changed: 2007 Oct 15 + +scriptencoding cp1250 + +let b:keymap_name = "croatian-cp1250" +" Uncomment line below if you prefer short name +"let b:keymap_name = "hr-cp1250" + +loadkeymap +z y +Z Y +y z +Y Z +[ š +{ Š +] ð +} Ð +; è +: È +' æ +" Æ +\ ž +| Ž +/ - +? _ +> : +< ; +¬ < +® > +â { +î } +æ [ +ç ] +ñ \ +÷ | += + ++ * +- ' +_ ? +@ " +^ & +& / +* ( +( ) +) = +± ~ +ö @ +³ ^ +å € +í § +Û ÷ +Ý × +Ü ¤ +§ ß +µ ° +½ ¸ +· ` +¹ ´ +² ¡ +ë ³ +ì £ +´ ¢ -- cgit v1.2.3