mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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:
@@ -2668,4 +2668,8 @@ long elapsed(DWORD start_tick);
|
||||
#define READDIR_SORT_IC 2 // sort ignoring case (strcasecmp)
|
||||
#define READDIR_SORT_COLLATE 3 // sort according to collation (strcoll)
|
||||
|
||||
// Flags for mch_delay.
|
||||
#define MCH_DELAY_IGNOREINPUT 1
|
||||
#define MCH_DELAY_SETTMODE 2
|
||||
|
||||
#endif // VIM__H
|
||||
|
Reference in New Issue
Block a user