commit | 5939c357431f8e43853ad80b03303167f39763df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 24 12:50:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 24 12:50:45 2022 +0100 |
tree | 208c6db52b178a1138a17bcbce4cc854d94348f1 | |
parent | e9dcf13a3007d4f603e007e0526b0005fd026bc5 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e8d6253..09b0518 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 569, +/**/ 568, /**/ 567,