mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
Satisfy the linter.
This commit is contained in:

committed by
Justin M. Keyes

parent
3d73956b96
commit
cf434d2ae4
@@ -1565,9 +1565,9 @@ int char_avail(void)
|
|||||||
// When disable_char_avail_for_testing(1) was called pretend
|
// When disable_char_avail_for_testing(1) was called pretend
|
||||||
// there is no typeahead
|
// there is no typeahead
|
||||||
if (disable_char_avail_for_testing) {
|
if (disable_char_avail_for_testing) {
|
||||||
return FALSE;
|
return false;
|
||||||
}
|
}
|
||||||
++no_mapping;
|
no_mapping++;
|
||||||
retval = vpeekc();
|
retval = vpeekc();
|
||||||
--no_mapping;
|
--no_mapping;
|
||||||
return retval != NUL;
|
return retval != NUL;
|
||||||
|
Reference in New Issue
Block a user