1
0
forked from aniani/vim

patch 9.0.0569: cannot easily get out when using "vim file | grep word"

Problem:    Cannot easily get out when using "vim file | grep word".
Solution:   Without changes let CTRL-C exit Vim.  Otherwise give a message on
            stderr. (closes #11209)
This commit is contained in:
Bram Moolenaar
2022-09-24 12:50:45 +01:00
parent e9dcf13a30
commit 5939c35743
3 changed files with 50 additions and 2 deletions

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
569,
/**/
568,
/**/