Mercurial > vim
annotate runtime/keymap/serbian_iso-8859-2.vim @ 22312:e06ba60fbbd8 v8.2.1705
patch 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear"
Commit: https://github.com/vim/vim/commit/e8df0104985af58ee501a6fbac8ac9f886e84e5a
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Sep 18 19:40:45 2020 +0200
patch 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear"
Problem: "verbose hi Name" reports incorrect info after ":hi clear".
Solution: Store the script context. (Antony Scriven, closes https://github.com/vim/vim/issues/6975)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 18 Sep 2020 19:45:04 +0200 |
parents | 3fc0f57ecb91 |
children |
rev | line source |
---|---|
7 | 1 " Vim Keymap file for Serbian characters, classical variant, iso-8859-2 encoding |
2 " | |
3 " Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> | |
4 " URL: http://www.cs.cmu.edu/~aleksa/personal/vim/keymap/serbian-iso-8859-2.vim | |
5 " Last Changed: 2002 Mar 29 | |
6 | |
7 scriptencoding iso-8859-2 | |
8 | |
9 let b:keymap_name = "serbian-iso-8859-2" | |
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 " @ " | |
34 " # ' | |
35 " $ * | |
36 " % : | |
37 " ^ , | |
38 " & . | |
39 " * ; | |
40 |