comparison src/version.c @ 29281:cf881b3169ce v8.2.5158

patch 8.2.5158: TSTP and INT signal tests are not run with valgrind Commit: https://github.com/vim/vim/commit/61e3784819d3776ec6fb40d97a12a1bb659e8143 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 25 12:13:28 2022 +0100 patch 8.2.5158: TSTP and INT signal tests are not run with valgrind Problem: TSTP and INT signal tests are not run with valgrind. Solution: Sleep a bit longer. (closes https://github.com/vim/vim/issues/10614)
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Jun 2022 13:15:03 +0200
parents d178aaa96083
children fed16adfe353
comparison
equal deleted inserted replaced
29280:7e89a967ee84 29281:cf881b3169ce
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 5158,
738 /**/ 740 /**/
739 5157, 741 5157,
740 /**/ 742 /**/
741 5156, 743 5156,
742 /**/ 744 /**/