commit | 5f823d1e73bdcc9417581b6b3587648a5bb98709 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Sun Mar 13 17:27:38 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 17:27:38 2022 +0000 |
tree | 1e721c616e3e77febda1fa25b28dccc568374315 | |
parent | 533870a98501fac2b51ef4bc489fac3a055a41a9 [diff] [blame] |
patch 8.2.4560: suspending with CTRL-Z does not work on DragonFlyBSD Problem: Suspending with CTRL-Z does not work on DragonFlyBSD. Solution: Adjust #ifdef. (Ozaki Kiichi, closes #9943)
diff --git a/src/version.c b/src/version.c index a8a8a64..a110793 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4560, +/**/ 4559, /**/ 4558,