comparison src/version.c @ 27910:350573685806 v8.2.4480

patch 8.2.4480: suspending with CTRL-Z does not work on Android Commit: https://github.com/vim/vim/commit/cbef12e60b2c5a4f026172ab9873deaab2e70cf2 Author: xtkoba <69125751+xtkoba@users.noreply.github.com> Date: Sun Feb 27 12:31:52 2022 +0000 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 https://github.com/vim/vim/issues/9854)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Feb 2022 13:45:02 +0100
parents 099c2e612827
children be9e6e0b1591
comparison
equal deleted inserted replaced
27909:1a6a33c61e0d 27910:350573685806
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 4480,
757 /**/ 759 /**/
758 4479, 760 4479,
759 /**/ 761 /**/
760 4478, 762 4478,
761 /**/ 763 /**/