Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcreate_cmdidxs.vim1 " This script generates the tables cmdidxs1[] and cmdidxs2[][] which,
48 let cmdidxs2 = {} variable
57 let cmdidxs2{c1}{c2} = i variable
79 let output += [ ' * Values in cmdidxs2[c1][c2] are relative to cmdidxs1[c1] so that they' ]
82 let output += [ 'static const unsigned char cmdidxs2[26][26] =' ]
88 if exists('cmdidxs2{c1}{c2}')
89 let line .= printf('%3d', cmdidxs2{c1}{c2} - cmdidxs1{c1})
H A Dex_cmdidxs.h42 static const unsigned char cmdidxs2[26][26] = variable
H A Dex_docmd.c3713 eap->cmdidx += cmdidxs2[CharOrdLow(c1)][CharOrdLow(c2)]; in find_ex_command()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt36812 Solution: Do not use cmdidxs2[] if the length is 1. (closes #4721)