commit | 5c3128efe6bc48cbd88da23973db389ad3b8ab63 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 11 20:54:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 11 20:54:42 2020 +0200 |
tree | 6a83b30c6c976e4162b80375d089692e8b162447 | |
parent | aacc6afdb8cdeb2558e6942dcd65ca0079bec1ee [diff] [blame] |
patch 8.2.0737: when shell doesn't support CTRL-Z Vim still handles it Problem: When shell doesn't support CTRL-Z Vim still handles it. Solution: Ignore the STOP signal if it was ignored on startup. (Kurtis Rader, closes #5990, closes #6058)
diff --git a/src/version.c b/src/version.c index 7fcef28..31d83ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 737, +/**/ 736, /**/ 735,