comparison src/version.c @ 24576:b39b56c0debc v8.2.2827

patch 8.2.2827: test file was not deleted Commit: https://github.com/vim/vim/commit/5f8ed7408aaf477215bcfde3e487e24b9e6ad870 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Mon May 3 19:08:37 2021 +0200 patch 8.2.2827: test file was not deleted Problem: Test file was not deleted. Solution: Uncomment the delete() call. (Dominique Pell?, closes https://github.com/vim/vim/issues/8172)
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 May 2021 19:15:03 +0200
parents 3a3d5ee00574
children 096f2b8d9cf4
comparison
equal deleted inserted replaced
24575:508b3b164d2a 24576:b39b56c0debc
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2827,
753 /**/ 755 /**/
754 2826, 756 2826,
755 /**/ 757 /**/
756 2825, 758 2825,
757 /**/ 759 /**/