1
0
forked from aniani/vim

updated for version 7.0f03

This commit is contained in:
Bram Moolenaar
2006-04-27 21:47:44 +00:00
parent 25e2c9e3e6
commit 437df8f484
17 changed files with 721 additions and 283 deletions

View File

@@ -9029,7 +9029,8 @@ f_feedkeys(argvars, rettv)
ins_typebuf(keys_esc, (remap ? REMAP_YES : REMAP_NONE),
typebuf.tb_len, !typed, FALSE);
vim_free(keys_esc);
typebuf_was_filled = TRUE;
if (vgetc_busy)
typebuf_was_filled = TRUE;
}
}
}