comparison src/version.c @ 18532:6fe1d322710d v8.1.2260

patch 8.1.2260: terminal test may fail on MS-Windows Commit: https://github.com/vim/vim/commit/36ec6f6953043270630159a61438ce558552fe3a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 5 22:38:47 2019 +0100 patch 8.1.2260: terminal test may fail on MS-Windows Problem: Terminal test may fail on MS-Windows. Solution: Catch the situation that "term dir" fails with a CreateProcess error.
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Nov 2019 22:45:04 +0100
parents 41b2506c7662
children 7dd83b5325e9
comparison
equal deleted inserted replaced
18531:352597fa076b 18532:6fe1d322710d
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 2260,
744 /**/ 746 /**/
745 2259, 747 2259,
746 /**/ 748 /**/
747 2258, 749 2258,
748 /**/ 750 /**/