annotate runtime/keymap/turkish-f.vim @ 22527:c3e3c5707fe9 v8.2.1812

patch 8.2.1812: Vim9: nested closure throws an internal error Commit: https://github.com/vim/vim/commit/0876c78527469ddf50c23244566dd5bc35004307 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 7 19:08:04 2020 +0200 patch 8.2.1812: Vim9: nested closure throws an internal error Problem: Vim9: nested closure throws an internal error. Solution: Do not skip a local variable with a partial. (closes https://github.com/vim/vim/issues/7065)
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Oct 2020 19:15:04 +0200
parents d4c7b3e9cd17
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21676
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 " Vim keymap file for Turkish F layout
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 " Maintainer: Emir SARI <bitigchi@me.com>
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 " Last changed: 5 August 2020
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 scriptencoding utf-8
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 let b:keymap_name = "tr-f"
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
7 loadkeymap
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
8
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
9 F A LATIN CAPITAL LETTER A
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
10 < B LATIN CAPITAL LETTER B
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
11 V C LATIN CAPITAL LETTER C
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
12 B Ç LATIN CAPITAL LETTER C WITH CEDILLA
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
13 Y D LATIN CAPITAL LETTER D
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
14 D E LATIN CAPITAL LETTER E
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
15 Q F LATIN CAPITAL LETTER F
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
16 W G LATIN CAPITAL LETTER G
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
17 E Ğ LATIN CAPITAL LETTER G WITH BREVE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
18 O H LATIN CAPITAL LETTER H
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
19 R I LATIN CAPITAL LETTER I
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
20 S İ LATIN CAPITAL LETTER I WITH DOT ABOVE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
21 Z J LATIN CAPITAL LETTER J
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
22 J K LATIN CAPITAL LETTER K
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
23 K M LATIN CAPITAL LETTER M
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
24 I N LATIN CAPITAL LETTER N
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
25 T O LATIN CAPITAL LETTER O
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
26 X Ö LATIN CAPITAL LETTER O WITH DIAERESIS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
27 U R LATIN CAPITAL LETTER R
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
28 M S LATIN CAPITAL LETTER S
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
29 \" Ş LATIN CAPITAL LETTER S WITH CEDILLA
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
30 H T LATIN CAPITAL LETTER T
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
31 A U LATIN CAPITAL LETTER U
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
32 G Ü LATIN CAPITAL LETTER U WITH DIAERESIS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
33 C V LATIN CAPITAL LETTER V
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
34 : Y LATIN CAPITAL LETTER Y
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
35 N Z LATIN CAPITAL LETTER Z
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
36
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
37 { Q LATIN CAPITAL LETTER Q
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
38 } W LATIN CAPITAL LETTER W
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
39 | X LATIN CAPITAL LETTER X
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
40
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
41 ± * ASTERISK
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
42 @ " QUOTATION MARK
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
43 # ^ CIRCUMFLEX ACCENT
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
44 ^ & AMPERSAND
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
45 & ' APOSTROPHE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
46 * ( LEFT PARENTHESIS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
47 ( ) RIGHT PARENTHESIS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
48 ) = EQUALS SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
49 _ ? QUESTION MARK
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
50 + _ LOW LINE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
51 > : COLON
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
52 ? ; SEMICOLON
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
53 ~ > GREATER-THAN SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
54
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
55 Å Û LATIN CAPITAL LETTER U WITH CIRCUMFLEX
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
56 Í Î LATIN CAPITAL LETTER I WITH CIRCUMFLEX
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
57 Ï Â LATIN CAPITAL LETTER A WITH CIRCUMFLEX
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
58
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
59 f a LATIN SMALL LETTER A
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
60 , b LATIN SMALL LETTER B
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
61 v c LATIN SMALL LETTER C
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
62 b ç LATIN SMALL LETTER C WITH CEDILLA
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
63 y d LATIN SMALL LETTER D
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
64 d e LATIN SMALL LETTER E
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
65 q f LATIN SMALL LETTER F
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
66 w g LATIN SMALL LETTER G
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
67 e ğ LATIN SMALL LETTER G WITH BREVE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
68 o h LATIN SMALL LETTER H
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
69 r ı LATIN SMALL LETTER I
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
70 s i LATIN SMALL LETTER I WITH DOT ABOVE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
71 z j LATIN SMALL LETTER J
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
72 j k LATIN SMALL LETTER K
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
73 k m LATIN SMALL LETTER M
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
74 i n LATIN SMALL LETTER N
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
75 t o LATIN SMALL LETTER O
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
76 x ö LATIN SMALL LETTER O WITH DIAERESIS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
77 u r LATIN SMALL LETTER R
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
78 m s LATIN SMALL LETTER S
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
79 \' ş LATIN SMALL LETTER S WITH CEDILLA
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
80 h t LATIN SMALL LETTER T
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
81 a u LATIN SMALL LETTER U
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
82 g ü LATIN SMALL LETTER U WITH DIAERESIS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
83 c v LATIN SMALL LETTER V
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
84 ; y LATIN SMALL LETTER Y
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
85 n z LATIN SMALL LETTER Z
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
86
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
87 [ q LATIN SMALL LETTER Q
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
88 ] w LATIN SMALL LETTER W
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
89 \\ x LATIN SMALL LETTER X
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
90
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
91 § + PLUS SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
92 - / SOLIDUS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
93 = - HYPHEN-MINUS
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
94 / , COMMA
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
95 ` < LESS-THAN SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
96
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
97 £ # NUMBER SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
98 ¶ { LEFT CURLY BRACKET
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
99 • [ LEFT SQUARE BRACKET
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
100 ª ] RIGHT SQUARE BRACKET
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
101 º } RIGHT CURLY BRACKET
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 21676
diff changeset
102 – \\ REVERSE SOLIDUS
21676
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
103 ≠ | VERTICAL LINE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
104 œ @ COMMERCIAL AT
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
105 ‘ ~ TILDE
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
106 å û LATIN SMALL LETTER U WITH CIRCUMFLEX
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
107 ß î LATIN SMALL LETTER I WITH CIRCUMFLEX
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
108 ∂ € EURO SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
109 ƒ â LATIN SMALL LETTER A WITH CIRCUMFLEX
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
110 ˙ ₺ TURKISH LIRA SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
111 ¬ £ POUND SIGN
1b345fb68ae3 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
112 … ¥ YEN SIGN
22171
d4c7b3e9cd17 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 21991
diff changeset
113 « ` GRAVE ACCENT