commit | f2832ad9653815103b39daf873511baa37424d3d | [log] [tgz] |
---|---|---|
author | Stuart Henderson <sthen@users.noreply.github.com> | Wed Mar 09 14:33:02 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 09 14:33:02 2022 +0000 |
tree | a2ae1f9069f3aae01d9d2c489b7f7ff193a3af36 | |
parent | f01a653ac50bb3542c24d26bb3fa5371cc3b2ed7 [diff] [blame] |
patch 8.2.4532: suspending with CTRL-Z does not work on OpenBSD Problem: Suspending with CTRL-Z does not work on OpenBSD. Solution: Adjust #ifdef for SIGTSTP. (Stuart Henderson, closes #9912)
diff --git a/src/version.c b/src/version.c index 9b25ef0..9248ca4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4532, +/**/ 4531, /**/ 4530,