mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 04:00:45 +00:00
@@ -1562,7 +1562,7 @@ int char_avail(void)
|
||||
{
|
||||
int retval;
|
||||
|
||||
++no_mapping;
|
||||
no_mapping++;
|
||||
retval = vpeekc();
|
||||
--no_mapping;
|
||||
return retval != NUL;
|
||||
|
||||
Reference in New Issue
Block a user