Mercurial > vim
annotate runtime/keymap/serbian-latin_utf-8.vim @ 21120:4d844a65183d v8.2.1111
patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()
Commit: https://github.com/vim/vim/commit/9a78e6df17033223ebdf499f2b02b2538601c52d
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jul 1 18:29:55 2020 +0200
patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()
Problem: Inconsistent naming of get_list_tv() and eval_dict().
Solution: Rename get_list_tv() to eval_list(). Similarly for eval_number(),
eval_string(), eval_lit_string() and a few others.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 01 Jul 2020 18:45:04 +0200 |
parents | 3fc0f57ecb91 |
children |
rev | line source |
---|---|
7 | 1 " Vim Keymap file for Serbian characters, classical variant, UTF-8 encoding |
2 " | |
3 " Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> | |
4 " URL: http://www.cs.cmu.edu/~aleksa/personal/vim/keymap/serbian-latin-UTF-8.vim | |
5 " Last Changed: 2002 Mar 29 | |
6 | |
7 scriptencoding UTF-8 | |
8 | |
9 let b:keymap_name = "serbian-UTF-8" | |
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 E$ <char-0x20AC> " EURO SIGN | |
34 -- <char-0x2013> " endash | |
35 --- <char-0x2014> " emdash | |
36 | |
37 " @ " | |
38 " # ' | |
39 " $ * | |
40 " % : | |
41 " ^ , | |
42 " & . | |
43 " * ; | |
44 |