From aed8ce9da277f5ecffe968b324f242c41c3b752a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 10:50:31 +0200 Subject: Adding upstream version 2:9.0.1378. Signed-off-by: Daniel Baumann --- runtime/keymap/serbian_cp1250.vim | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 runtime/keymap/serbian_cp1250.vim (limited to 'runtime/keymap/serbian_cp1250.vim') diff --git a/runtime/keymap/serbian_cp1250.vim b/runtime/keymap/serbian_cp1250.vim new file mode 100644 index 0000000..30f80ad --- /dev/null +++ b/runtime/keymap/serbian_cp1250.vim @@ -0,0 +1,40 @@ +" Vim Keymap file for Serbian characters, classical variant, cp1250 encoding +" +" Maintainer: Aleksandar Veselinovic +" URL: http://galeb.etf.bg.ac.yu/~alexa/vim/keymap/serbian-cp1250.vim +" Last Changed: 2002 Mar 29 + +scriptencoding cp1250 + +let b:keymap_name = "serbian-cp1250" + +loadkeymap +Y Z +{ Š +} Ð +y z +[ š +] ð +: È +\" Æ +\| Ž +; è +' æ +\\ ž +"Z Y +"z y +< ; +> : +/ - +_ ? +,, „ +'' ” + +" @ " +" # ' +" $ * +" % : +" ^ , +" & . +" * ; + -- cgit v1.2.3