mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +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