Home
last modified time | relevance | path

Searched refs:kmap (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/runtime/keymap/
H A Dkana.vim10 " Kana.kmap (Japanese Phonograms)
17 " This version of Kana.kmap is different from the one that has been used
18 " with yudit-2.7.2 or earlier. The main difference is that this kmap is
43 " the authorized transliteration. This kmap contains some of them for
46 " 3. For the unicode mapping relevant to this kmap, refer to 3075--30F5 of
H A Dgreek_utf-8.vim8 " The monotonic part of this kmap was made by Constantine Stathopoulos
/vim-8.2.3635/src/proto/
H A Ddigraph.pro14 void keymap_clear(garray_T *kmap);
/vim-8.2.3635/src/
H A Ddigraph.c2725 keymap_clear(garray_T *kmap) in keymap_clear() argument
2728 kmap_T *kp = (kmap_T *)kmap->ga_data; in keymap_clear()
2730 for (i = 0; i < kmap->ga_len; ++i) in keymap_clear()