Mercurial > vim
annotate runtime/keymap/serbian_iso-8859-2.vim @ 26406:fcc57227e99b v8.2.3734
patch 8.2.3734: Vim9: crash when no pattern match found
Commit: https://github.com/vim/vim/commit/01a4dcbceefa99696bd1ef8631c3f7ce9f6e0cc2
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Dec 4 13:15:10 2021 +0000
patch 8.2.3734: Vim9: crash when no pattern match found
Problem: Vim9: crash when no pattern match found.
Solution: Check for error.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 04 Dec 2021 14:30:03 +0100 |
parents | 3fc0f57ecb91 |
children |
rev | line source |
---|---|
7 | 1 " Vim Keymap file for Serbian characters, classical variant, iso-8859-2 encoding |
2 " | |
3 " Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> | |
4 " URL: http://www.cs.cmu.edu/~aleksa/personal/vim/keymap/serbian-iso-8859-2.vim | |
5 " Last Changed: 2002 Mar 29 | |
6 | |
7 scriptencoding iso-8859-2 | |
8 | |
9 let b:keymap_name = "serbian-iso-8859-2" | |
10 | |
11 loadkeymap | |
12 Y Z | |
13 { © | |
14 } Ð | |
15 y z | |
16 [ ¹ | |
17 ] ð | |
18 : È | |
19 \" Æ | |
20 \| ® | |
21 ; è | |
22 ' æ | |
23 \\ ¾ | |
24 "Z Y | |
25 "z y | |
26 < ; | |
27 > : | |
28 / - | |
29 _ ? | |
30 ,, ? | |
31 '' ? | |
32 | |
33 " @ " | |
34 " # ' | |
35 " $ * | |
36 " % : | |
37 " ^ , | |
38 " & . | |
39 " * ; | |
40 |