mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
lint: fix clint errors around mb_tolower calls
This commit is contained in:
@@ -2730,7 +2730,7 @@ do_dialog (
|
||||
break;
|
||||
}
|
||||
|
||||
/* Make the character lowercase, as chars in "hotkeys" are. */
|
||||
// Make the character lowercase, as chars in "hotkeys" are.
|
||||
c = mb_tolower(c);
|
||||
retval = 1;
|
||||
for (i = 0; hotkeys[i]; ++i) {
|
||||
|
Reference in New Issue
Block a user