Mercurial > vim
annotate runtime/keymap/serbian_cp1251.vim @ 17797:ec1717981acf v8.1.1895
patch 8.1.1895: using NULL pointer when out of memory
commit https://github.com/vim/vim/commit/6f10c70b59fa4e56aa479345fb0caeaac7429bfb
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 20 22:58:37 2019 +0200
patch 8.1.1895: using NULL pointer when out of memory
Problem: Using NULL pointer when out of memory.
Solution: Bail out or skip the code using the pointer. (Zu-Ming Jiang,
closes #4805, closes #4843, closes #4939, closes #4844)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 20 Aug 2019 23:00:04 +0200 |
parents | 3fc0f57ecb91 |
children |
rev | line source |
---|---|
7 | 1 " Vim Keymap file for Serbian characters, classical variant, win cp1251 |
2 " encoding | |
3 " | |
4 " Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> | |
5 " URL: http://www.cs.cmu.edu/~aleksa/personal/vim/keymap/serbian-cp1251.vim | |
6 " Last Changed: 2002 Mar 29 | |
7 | |
8 scriptencoding cp1251 | |
9 | |
10 let b:keymap_name = "serbian-cp1251" | |
11 | |
12 loadkeymap | |
13 Q | |
14 W | |
15 E | |
16 R | |
17 T | |
18 Y | |
19 U | |
20 I | |
21 O | |
22 P | |
23 { | |
24 } | |
25 q | |
26 w | |
27 e | |
28 r | |
29 t | |
30 y | |
31 u | |
32 i | |
33 o | |
34 p | |
35 [ | |
36 ] | |
37 A | |
38 S | |
39 D | |
40 F | |
41 G | |
42 H | |
43 J | |
44 K | |
45 L | |
46 : | |
47 \" | |
48 \| | |
49 a | |
50 s | |
51 d | |
52 f | |
53 g | |
54 h | |
55 j | |
56 k | |
57 l | |
58 ; | |
59 ' | |
60 \\ | |
61 "Z | |
62 X | |
63 C | |
64 V | |
65 B | |
66 N | |
67 M | |
68 "z | |
69 x | |
70 c | |
71 v | |
72 b | |
73 n | |
74 m | |
75 | |
76 < ; | |
77 > : | |
78 / - | |
79 _ ? | |
80 ,, | |
81 '' | |
82 | |
83 " @ " | |
84 " # ' | |
85 " $ * | |
86 " % : | |
87 " ^ , | |
88 " & . | |
89 " * ; | |
90 |