Mercurial > vim
annotate runtime/keymap/croatian_cp1250.vim @ 21771:fcf978444298 v8.2.1435
patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakes
Commit: https://github.com/vim/vim/commit/418f1df54763b79600db1c91c880fbc1007b2e1f
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Aug 12 21:34:49 2020 +0200
patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakes
Problem: Vim9: always converting to string for ".." leads to mistakes.
Solution: Only automatically convert simple types.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 12 Aug 2020 21:45:03 +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 ´ ¢ |