1
0
forked from aniani/vim

updated for version 7.0061

This commit is contained in:
Bram Moolenaar
2005-03-18 20:25:31 +00:00
parent a5319aed9b
commit 4317d9b486
25 changed files with 392 additions and 275 deletions

View File

@@ -920,7 +920,7 @@ wait_return(redraw)
* CTRL-C, but we need to loop then. */
had_got_int = got_int;
c = safe_vgetc();
if (!global_busy)
if (had_got_int && !global_busy)
got_int = FALSE;
#ifdef FEAT_CLIPBOARD
/* Strange way to allow copying (yanking) a modeless selection at