comparison src/version.c @ 18530:41b2506c7662 v8.1.2259

patch 8.1.2259: running tests may leave XfakeHOME behind Commit: https://github.com/vim/vim/commit/7d2320414ffdd698c9a17d775f71e2c455c21624 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 5 22:37:20 2019 +0100 patch 8.1.2259: running tests may leave XfakeHOME behind Problem: Running tests may leave XfakeHOME behind. Solution: Source summarize.vim without using setup.vim. (closes https://github.com/vim/vim/issues/5177) Also fix that on MS-Windows the test log isn't echoed.
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Nov 2019 22:45:04 +0100
parents 6ad15a9b7c89
children 6fe1d322710d
comparison
equal deleted inserted replaced
18529:2fae433d5d9f 18530:41b2506c7662
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2259,
744 /**/ 746 /**/
745 2258, 747 2258,
746 /**/ 748 /**/
747 2257, 749 2257,
748 /**/ 750 /**/