Home
last modified time | relevance | path

Searched refs:command_count (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dex_cmdidxs.h72 static const int command_count = 588; variable
H A Dcreate_cmdidxs.vim101 let output += [ 'static const int command_count = ' . (len(cmds) + skipped_cmds) . ';' ]
H A Dex_docmd.c3703 if (command_count != (int)CMD_SIZE) in find_ex_command()