mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
docs: misc (#29622)
Co-authored-by: Christian Clason <c.clason@uni-graz.at> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -1678,8 +1678,8 @@ int vgetc(void)
|
||||
vgetc_char = c;
|
||||
}
|
||||
|
||||
// a keypad or special function key was not mapped, use it like
|
||||
// its ASCII equivalent
|
||||
// A keypad or special function key was not mapped, use it like
|
||||
// its ASCII equivalent.
|
||||
switch (c) {
|
||||
case K_KPLUS:
|
||||
c = '+'; break;
|
||||
|
Reference in New Issue
Block a user