mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.1-158
This commit is contained in:
@@ -1521,7 +1521,12 @@ mch_inchar(
|
||||
#endif
|
||||
)
|
||||
{
|
||||
#ifdef FEAT_MBYTE
|
||||
n = (*mb_char2bytes)(typeahead[typeaheadlen] | 0x80,
|
||||
typeahead + typeaheadlen);
|
||||
#else
|
||||
typeahead[typeaheadlen] |= 0x80;
|
||||
#endif
|
||||
modifiers &= ~MOD_MASK_ALT;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user