Mercurial > vim
annotate runtime/keymap/croatian_cp1250.vim @ 28429:aa9720c76412 v8.2.4739
patch 8.2.4739: accessing freed memory after WinScrolled autocmd event
Commit: https://github.com/vim/vim/commit/d58862d18f091d3c14fa3647e724ef7eea1ecefa
Author: zeertzjq <zeertzjq@outlook.com>
Date: Tue Apr 12 11:32:48 2022 +0100
patch 8.2.4739: accessing freed memory after WinScrolled autocmd event
Problem: Accessing freed memory after WinScrolled autocmd event.
Solution: Check the window pointer is still valid. (closes https://github.com/vim/vim/issues/10156)
Remove the argument from may_trigger_winscrolled().
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 12 Apr 2022 12:45:04 +0200 |
parents | 18ee39301b82 |
children |
rev | line source |
---|---|
1624 | 1 " Vim Keymap file for Croatian characters, classical variant, cp1250 encoding |
2 " | |
3 " Maintainer: Paul B. Mahol <onemda@gmail.com> | |
4 " Last Changed: 2007 Oct 15 | |
5 | |
6 scriptencoding cp1250 | |
7 | |
8 let b:keymap_name = "croatian-cp1250" | |
9 " Uncomment line below if you prefer short name | |
10 "let b:keymap_name = "hr-cp1250" | |
11 | |
12 loadkeymap | |
13 z y | |
14 Z Y | |
15 y z | |
16 Y Z | |
17 [ š | |
18 { Š | |
19 ] ð | |
20 } Ð | |
21 ; è | |
22 : È | |
23 ' æ | |
24 " Æ | |
25 \ ž | |
26 | Ž | |
27 / - | |
28 ? _ | |
29 > : | |
30 < ; | |
31 ¬ < | |
32 ® > | |
33 â { | |
34 î } | |
35 æ [ | |
36 ç ] | |
37 ñ \ | |
38 ÷ | | |
39 = + | |
40 + * | |
41 - ' | |
42 _ ? | |
43 @ " | |
44 ^ & | |
45 & / | |
46 * ( | |
47 ( ) | |
48 ) = | |
49 ± ~ | |
50 ö @ | |
51 ³ ^ | |
52 å € | |
53 í § | |
54 Û ÷ | |
55 Ý × | |
56 Ü ¤ | |
57 § ß | |
58 µ ° | |
59 ½ ¸ | |
60 · ` | |
61 ¹ ´ | |
62 ² ¡ | |
63 ë ³ | |
64 ì £ | |
65 ´ ¢ |