comparison src/version.c @ 21701:6bb806a0238c v8.2.1400

patch 8.2.1400: Vim9: test does not delete written files Commit: https://github.com/vim/vim/commit/730b24833952f0f4a9a17b7815b0d9f87c609eb8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 9 13:02:10 2020 +0200 patch 8.2.1400: Vim9: test does not delete written files Problem: Vim9: test does not delete written files. Solution: Correct file names.
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Aug 2020 13:15:05 +0200
parents 1b96535705a0
children 22583b9d4efd
comparison
equal deleted inserted replaced
21700:a5743521c118 21701:6bb806a0238c
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 1400,
757 /**/ 759 /**/
758 1399, 760 1399,
759 /**/ 761 /**/
760 1398, 762 1398,
761 /**/ 763 /**/