Mercurial > vim
annotate runtime/keymap/croatian_cp1250.vim @ 32315:54047caa54de v9.0.1489
patch 9.0.1489: crypt with libsodium is not tested on CI
Commit: https://github.com/vim/vim/commit/2f14716c464bbbf1d6cabfb8e270eac0972e98d2
Author: ichizok <gclient.gaap@gmail.com>
Date: Wed Apr 26 15:43:39 2023 +0100
patch 9.0.1489: crypt with libsodium is not tested on CI
Problem: Crypt with libsodium is not tested on CI.
Solution: Configure testing with libsodium. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/12297)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 26 Apr 2023 16:45:05 +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 ´ ¢ |