annotate runtime/keymap/oldturkic-yenisei_utf-8.vim @ 19627:6b1564fcab92 v8.2.0370

patch 8.2.0370: the typebuf_was_filled flag is sometimes not reset Commit: https://github.com/vim/vim/commit/e49b4bb89505fad28cf89f0891aef3e2d397919e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 11 13:01:40 2020 +0100 patch 8.2.0370: the typebuf_was_filled flag is sometimes not reset Problem: The typebuf_was_filled flag is sometimes not reset, which may cause a hang. Solution: Make sure typebuf_was_filled is reset when the typeahead buffer is empty.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Mar 2020 13:15:04 +0100
parents 99586852c2db
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13341
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
1 " Maintainer: Oliver Corff <oliver.corff@yemail.de>
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
2 " Last Changed: 2018 Feb 12
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
3
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
4 " All characters are given literally, conversion to another encoding (e.g.,
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
5 " UTF-8) should work.
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
6 scriptencoding utf-8
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
7
18719
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
8 let b:keymap_name = "oty"
13341
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
9 highlight lCursor guibg=red guifg=NONE
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
10
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
11 " map F8 to toggle keymap (Ctrl-^ not present on keyboard)
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
12 noremap <F8> :let &iminsert = ! &iminsert<CR>
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
13 lnoremap <F8> <C-^>
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
14 noremap! <F8> <C-^>
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
15
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
16 loadkeymap
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
17 A ๐ฐ 10C01 OLD TURKIC LETTER YENISEI A
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
18 01 ๐ฐ 10C01 OLD TURKIC LETTER YENISEI A
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
19 AE ๐ฐ‚ 10C02 OLD TURKIC LETTER YENISEI AE
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
20 02 ๐ฐ‚ 10C02 OLD TURKIC LETTER YENISEI AE
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
21 I ๐ฐ„ 10C04 OLD TURKIC LETTER YENISEI I
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
22 04 ๐ฐ„ 10C04 OLD TURKIC LETTER YENISEI I
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
23 E ๐ฐ… 10C05 OLD TURKIC LETTER YENISEI E
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
24 05 ๐ฐ… 10C05 OLD TURKIC LETTER YENISEI E
18719
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
25 OO ๐ฐ† 10C06 OLD TURKIC LETTER ORKHON O
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
26 U ๐ฐ† 10C06 OLD TURKIC LETTER ORKHON O
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
27 06 ๐ฐ† 10C06 OLD TURKIC LETTER ORKHON O
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
28 E ๐ฐˆ 10C08 OLD TURKIC LETTER YENISEI OE
13341
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
29 UE ๐ฐˆ 10C08 OLD TURKIC LETTER YENISEI OE
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
30 08 ๐ฐˆ 10C08 OLD TURKIC LETTER YENISEI OE
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
31 ab ๐ฐŠ 10C0A OLD TURKIC LETTER YENISEI AB
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
32 b1 ๐ฐŠ 10C0A OLD TURKIC LETTER YENISEI AB
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
33 0a ๐ฐŠ 10C0A OLD TURKIC LETTER YENISEI AB
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
34 aeb ๐ฐŒ 10C0C OLD TURKIC LETTER YENISEI AEB
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
35 eb ๐ฐŒ 10C0C OLD TURKIC LETTER YENISEI AEB
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
36 b2 ๐ฐŒ 10C0C OLD TURKIC LETTER YENISEI AEB
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
37 0c ๐ฐŒ 10C0C OLD TURKIC LETTER YENISEI AEB
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
38 ag ๐ฐŽ 10C0E OLD TURKIC LETTER YENISEI AG
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
39 g1 ๐ฐŽ 10C0E OLD TURKIC LETTER YENISEI AG
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
40 0e ๐ฐŽ 10C0E OLD TURKIC LETTER YENISEI AG
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
41 aeg ๐ฐ 10C10 OLD TURKIC LETTER YENISEI AEG
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
42 eg ๐ฐ 10C10 OLD TURKIC LETTER YENISEI AEG
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
43 g2 ๐ฐ 10C10 OLD TURKIC LETTER YENISEI AEG
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
44 10 ๐ฐ 10C10 OLD TURKIC LETTER YENISEI AEG
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
45 ad ๐ฐ’ 10C12 OLD TURKIC LETTER YENISEI AD
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
46 d1 ๐ฐ’ 10C12 OLD TURKIC LETTER YENISEI AD
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
47 12 ๐ฐ’ 10C12 OLD TURKIC LETTER YENISEI AD
18719
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
48 aed ๐ฐ“ 10C13 OLD TURKIC LETTER ORKHON AED
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
49 ed ๐ฐ“ 10C13 OLD TURKIC LETTER ORKHON AED
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
50 d2 ๐ฐ“ 10C13 OLD TURKIC LETTER ORKHON AED
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
51 13 ๐ฐ“ 10C13 OLD TURKIC LETTER ORKHON AED
13341
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
52 ez ๐ฐ• 10C15 OLD TURKIC LETTER YENISEI EZ
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
53 z ๐ฐ• 10C15 OLD TURKIC LETTER YENISEI EZ
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
54 15 ๐ฐ• 10C15 OLD TURKIC LETTER YENISEI EZ
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
55 ay ๐ฐ— 10C17 OLD TURKIC LETTER YENISEI AY
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
56 y1 ๐ฐ— 10C17 OLD TURKIC LETTER YENISEI AY
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
57 17 ๐ฐ— 10C17 OLD TURKIC LETTER YENISEI AY
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
58 aey ๐ฐ™ 10C19 OLD TURKIC LETTER YENISEI AEY
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
59 ey ๐ฐ™ 10C19 OLD TURKIC LETTER YENISEI AEY
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
60 y2 ๐ฐ™ 10C19 OLD TURKIC LETTER YENISEI AEY
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
61 19 ๐ฐ™ 10C19 OLD TURKIC LETTER YENISEI AEY
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
62 aek ๐ฐ› 10C1B OLD TURKIC LETTER YENISEI AEK
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
63 ak ๐ฐ› 10C1B OLD TURKIC LETTER YENISEI AEK
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
64 k ๐ฐ› 10C1B OLD TURKIC LETTER YENISEI AEK
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
65 1b ๐ฐ› 10C1B OLD TURKIC LETTER YENISEI AEK
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
66 oek ๐ฐ 10C1D OLD TURKIC LETTER YENISEI OEK
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
67 รถk ๐ฐ 10C1D OLD TURKIC LETTER YENISEI OEK
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
68 uek ๐ฐ 10C1D OLD TURKIC LETTER YENISEI OEK
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
69 รผk ๐ฐ 10C1D OLD TURKIC LETTER YENISEI OEK
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
70 1d ๐ฐ 10C1D OLD TURKIC LETTER YENISEI OEK
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
71 al ๐ฐŸ 10C1F OLD TURKIC LETTER YENISEI AL
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
72 l ๐ฐŸ 10C1F OLD TURKIC LETTER YENISEI AL
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
73 l1 ๐ฐŸ 10C1F OLD TURKIC LETTER YENISEI AL
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
74 1f ๐ฐŸ 10C1F OLD TURKIC LETTER YENISEI AL
18719
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
75 ael ๐ฐ  10C20 OLD TURKIC LETTER ORKHON AEL
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
76 el ๐ฐ  10C20 OLD TURKIC LETTER ORKHON AEL
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
77 l2 ๐ฐ  10C20 OLD TURKIC LETTER ORKHON AEL
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
78 20 ๐ฐ  10C20 OLD TURKIC LETTER ORKHON AEL
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
79 elt ๐ฐก 10C21 OLD TURKIC LETTER ORKHON ELT
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
80 lt ๐ฐก 10C21 OLD TURKIC LETTER ORKHON ELT
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
81 21 ๐ฐก 10C21 OLD TURKIC LETTER ORKHON ELT
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
82 em ๐ฐข 10C22 OLD TURKIC LETTER ORKHON EM
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
83 m ๐ฐข 10C22 OLD TURKIC LETTER ORKHON EM
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
84 22 ๐ฐข 10C22 OLD TURKIC LETTER ORKHON EM
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
85 an ๐ฐฃ 10C23 OLD TURKIC LETTER ORKHON AN
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
86 n1 ๐ฐฃ 10C23 OLD TURKIC LETTER ORKHON AN
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
87 23 ๐ฐฃ 10C23 OLD TURKIC LETTER ORKHON AN
13341
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
88 aen ๐ฐฅ 10C25 OLD TURKIC LETTER YENISEI AEN
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
89 en ๐ฐฅ 10C25 OLD TURKIC LETTER YENISEI AEN
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
90 n2 ๐ฐฅ 10C25 OLD TURKIC LETTER YENISEI AEN
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
91 25 ๐ฐฅ 10C25 OLD TURKIC LETTER YENISEI AEN
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
92 ent ๐ฐง 10C27 OLD TURKIC LETTER YENISEI ENT
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
93 nt ๐ฐง 10C27 OLD TURKIC LETTER YENISEI ENT
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
94 27 ๐ฐง 10C27 OLD TURKIC LETTER YENISEI ENT
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
95 enc ๐ฐฉ 10C29 OLD TURKIC LETTER YENISEI ENC
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
96 nc ๐ฐฉ 10C29 OLD TURKIC LETTER YENISEI ENC
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
97 29 ๐ฐฉ 10C29 OLD TURKIC LETTER YENISEI ENC
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
98 eny ๐ฐซ 10C2B OLD TURKIC LETTER YENISEI ENY
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
99 ny ๐ฐซ 10C2B OLD TURKIC LETTER YENISEI ENY
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
100 2b ๐ฐซ 10C2B OLD TURKIC LETTER YENISEI ENY
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
101 ang ๐ฐฌ 10C2C OLD TURKIC LETTER YENISEI ANG
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
102 ng ๐ฐฌ 10C2C OLD TURKIC LETTER YENISEI ANG
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
103 2c ๐ฐฌ 10C2C OLD TURKIC LETTER YENISEI ANG
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
104 aeng ๐ฐฎ 10C2E OLD TURKIC LETTER YENISEI AENG
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
105 eng ๐ฐฎ 10C2E OLD TURKIC LETTER YENISEI AENG
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
106 2e ๐ฐฎ 10C2E OLD TURKIC LETTER YENISEI AENG
18719
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
107 ep ๐ฐฏ 10C2F OLD TURKIC LETTER ORKHON EP
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
108 p ๐ฐฏ 10C2F OLD TURKIC LETTER ORKHON EP
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
109 2f ๐ฐฏ 10C2F OLD TURKIC LETTER ORKHON EP
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
110 op ๐ฐฐ 10C30 OLD TURKIC LETTER ORKHON OP
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
111 up ๐ฐฐ 10C30 OLD TURKIC LETTER ORKHON OP
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
112 30 ๐ฐฐ 10C30 OLD TURKIC LETTER ORKHON OP
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
113 ic ๐ฐฑ 10C31 OLD TURKIC LETTER ORKHON IC
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
114 31 ๐ฐฑ 10C31 OLD TURKIC LETTER ORKHON IC
13341
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
115 ec ๐ฐณ 10C33 OLD TURKIC LETTER YENISEI EC
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
116 c ๐ฐณ 10C33 OLD TURKIC LETTER YENISEI EC
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
117 33 ๐ฐณ 10C33 OLD TURKIC LETTER YENISEI EC
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
118 aq ๐ฐต 10C35 OLD TURKIC LETTER YENISEI AQ
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
119 q ๐ฐต 10C35 OLD TURKIC LETTER YENISEI AQ
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
120 35 ๐ฐต 10C35 OLD TURKIC LETTER YENISEI AQ
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
121 iq ๐ฐท 10C37 OLD TURKIC LETTER YENISEI IQ
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
122 yq ๐ฐท 10C37 OLD TURKIC LETTER YENISEI IQ
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
123 37 ๐ฐท 10C37 OLD TURKIC LETTER YENISEI IQ
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
124 oq ๐ฐน 10C39 OLD TURKIC LETTER YENISEI OQ
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
125 uq ๐ฐน 10C39 OLD TURKIC LETTER YENISEI OQ
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
126 39 ๐ฐน 10C39 OLD TURKIC LETTER YENISEI OQ
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
127 ar ๐ฐป 10C3B OLD TURKIC LETTER YENISEI AR
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
128 r ๐ฐป 10C3B OLD TURKIC LETTER YENISEI AR
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
129 r1 ๐ฐป 10C3B OLD TURKIC LETTER YENISEI AR
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
130 3b ๐ฐป 10C3B OLD TURKIC LETTER YENISEI AR
18719
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
131 aer ๐ฐผ 10C3C OLD TURKIC LETTER ORKHON AER
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
132 er ๐ฐผ 10C3C OLD TURKIC LETTER ORKHON AER
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
133 r2 ๐ฐผ 10C3C OLD TURKIC LETTER ORKHON AER
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
134 3c ๐ฐผ 10C3C OLD TURKIC LETTER ORKHON AER
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
135 as ๐ฐฝ 10C3D OLD TURKIC LETTER ORKHON AS
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
136 s1 ๐ฐฝ 10C3D OLD TURKIC LETTER ORKHON AS
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
137 3d ๐ฐฝ 10C3D OLD TURKIC LETTER ORKHON AS
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
138 aes ๐ฐพ 10C3E OLD TURKIC LETTER ORKHON AES
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
139 es ๐ฐพ 10C3E OLD TURKIC LETTER ORKHON AES
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
140 s2 ๐ฐพ 10C3E OLD TURKIC LETTER ORKHON AES
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
141 3e ๐ฐพ 10C3E OLD TURKIC LETTER ORKHON AES
13341
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
142 ash ๐ฑ€ 10C40 OLD TURKIC LETTER YENISEI ASH
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
143 sh1 ๐ฑ€ 10C40 OLD TURKIC LETTER YENISEI ASH
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
144 40 ๐ฑ€ 10C40 OLD TURKIC LETTER YENISEI ASH
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
145 esh ๐ฑ‚ 10C42 OLD TURKIC LETTER YENISEI ESH
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
146 sh2 ๐ฑ‚ 10C42 OLD TURKIC LETTER YENISEI ESH
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
147 42 ๐ฑ‚ 10C42 OLD TURKIC LETTER YENISEI ESH
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
148 at ๐ฑ„ 10C44 OLD TURKIC LETTER YENISEI AT
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
149 t1 ๐ฑ„ 10C44 OLD TURKIC LETTER YENISEI AT
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
150 44 ๐ฑ„ 10C44 OLD TURKIC LETTER YENISEI AT
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
151 aet ๐ฑ† 10C46 OLD TURKIC LETTER YENISEI AET
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
152 et ๐ฑ† 10C46 OLD TURKIC LETTER YENISEI AET
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
153 t2 ๐ฑ† 10C46 OLD TURKIC LETTER YENISEI AET
acd7eaa13d2b Updated runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
154 46 ๐ฑ† 10C46 OLD TURKIC LETTER YENISEI AET
18719
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
155 ot ๐ฑ‡ 10C47 OLD TURKIC LETTER ORKHON OT
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
156 ut ๐ฑ‡ 10C47 OLD TURKIC LETTER ORKHON OT
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
157 47 ๐ฑ‡ 10C47 OLD TURKIC LETTER ORKHON OT
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
158 bash ๐ฑˆ 10C48 OLD TURKIC LETTER ORKHON BASH
99586852c2db Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 13341
diff changeset
159 48 ๐ฑˆ 10C48 OLD TURKIC LETTER ORKHON BASH