Merge pull request #4649 from justinmk/vimpatches

vim-patch:7.4.1092
This commit is contained in:
Justin M. Keyes
2016-04-27 00:04:36 -04:00
7 changed files with 99 additions and 9 deletions

View File

@@ -1562,7 +1562,7 @@ int char_avail(void)
{
int retval;
++no_mapping;
no_mapping++;
retval = vpeekc();
--no_mapping;
return retval != NUL;