Mercurial > vim
view src/proto/if_tcl.pro @ 21927:88070e222e82 v8.2.1513
patch 8.2.1513: cannot interrupt shell used for filename expansion
Commit: https://github.com/vim/vim/commit/0981c8729e09551f2e8e6c159bc29f2c1d04019c
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 23 14:28:37 2020 +0200
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)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 23 Aug 2020 14:30:05 +0200 |
parents | 21b0a39d13ed |
children | 9a1b96ae26d1 |
line wrap: on
line source
/* if_tcl.c */ void vim_tcl_init(char *arg); int tcl_enabled(int verbose); void tcl_end(void); void ex_tcl(exarg_T *eap); void ex_tclfile(exarg_T *eap); void ex_tcldo(exarg_T *eap); void tcl_buffer_free(buf_T *buf); void tcl_window_free(win_T *win); /* vim: set ft=c : */