mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 03:28:33 +00:00
klee: Update key_name_entry table
This commit is contained in:
@@ -141,8 +141,7 @@ static char_u modifier_keys_table[] =
|
||||
static const struct key_name_entry {
|
||||
int key; // Special key code or ascii value
|
||||
const char *name; // Name of key
|
||||
} key_names_table[] =
|
||||
{
|
||||
} key_names_table[] = {
|
||||
{ ' ', "Space" },
|
||||
{ TAB, "Tab" },
|
||||
{ K_TAB, "Tab" },
|
||||
|
Reference in New Issue
Block a user