forked from aniani/vim
patch 8.2.1513: cannot interrupt shell used for filename expansion
Problem: Cannot interrupt shell used for filename expansion. (Dominique Pellé) Solution: Do set tmode in mch_delay(). (closes #6770)
This commit is contained in:
@@ -904,7 +904,7 @@ channel_connect(
|
||||
*waittime -= elapsed_msec;
|
||||
if (waitnow > 0)
|
||||
{
|
||||
mch_delay((long)waitnow, TRUE);
|
||||
mch_delay((long)waitnow, MCH_DELAY_IGNOREINPUT);
|
||||
ui_breakcheck();
|
||||
*waittime -= waitnow;
|
||||
}
|
||||
|
Reference in New Issue
Block a user