comparison src/version.c @ 25118:12fd67997953 v8.2.3096

patch 8.2.3096: temp files remain after running tests Commit: https://github.com/vim/vim/commit/6c72fd51a899e6f0c272b08b9784d3c7a3cede20 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sun Jul 4 12:30:06 2021 +0200 patch 8.2.3096: temp files remain after running tests Problem: Temp files remain after running tests. Solution: Delete the right files. (Dominique Pell?, closes https://github.com/vim/vim/issues/8509)
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Jul 2021 12:45:03 +0200
parents 56817e74d106
children 2d3660601fdb
comparison
equal deleted inserted replaced
25117:93f37d29970f 25118:12fd67997953
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3096,
758 /**/ 760 /**/
759 3095, 761 3095,
760 /**/ 762 /**/
761 3094, 763 3094,
762 /**/ 764 /**/