klee: Update key_name_entry table

This commit is contained in:
ZyX
2017-10-16 00:41:41 +03:00
parent ed253b5fe6
commit 15043e93b6
2 changed files with 136 additions and 139 deletions

View File

@@ -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" },