mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
refactor: replace char_u with char
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -55,7 +55,7 @@ static const struct modmasktable {
|
||||
|
||||
#define MOD_KEYS_ENTRY_SIZE 5
|
||||
|
||||
static char_u modifier_keys_table[] = {
|
||||
static uint8_t modifier_keys_table[] = {
|
||||
// mod mask with modifier without modifier
|
||||
MOD_MASK_SHIFT, '&', '9', '@', '1', // begin
|
||||
MOD_MASK_SHIFT, '&', '0', '@', '2', // cancel
|
||||
|
Reference in New Issue
Block a user