commit | cbef12e60b2c5a4f026172ab9873deaab2e70cf2 | [log] [tgz] |
---|---|---|
author | xtkoba <69125751+xtkoba@users.noreply.github.com> | Sun Feb 27 12:31:52 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 27 12:31:52 2022 +0000 |
tree | 936f9765ee92065c331c07bbe4649a17167ba094 | |
parent | 6caeda2fce4bccac2dd43ca9fee1d32ee96b708d [diff] [blame] |
patch 8.2.4480: suspending with CTRL-Z does not work on Android Problem: Suspending with CTRL-Z does not work on Android. Solution: Do not handle SIGTSTP. (closes #9854)
diff --git a/src/version.c b/src/version.c index a8c0bdc..b9b6aac 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4480, +/**/ 4479, /**/ 4478,