comparison src/version.c @ 21445:ae23caa42dac v8.2.1273

patch 8.2.1273: MS-Windows: terminal test may leave file behind Commit: https://github.com/vim/vim/commit/c69950ac17225d07f973b39d5b0eb94291077808 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 22 22:23:40 2020 +0200 patch 8.2.1273: MS-Windows: terminal test may leave file behind Problem: MS-Windows: terminal test may leave file behind. Solution: Wait a moment for process to end before deleting the file. (Taro Muraoka, closes #6513)
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Jul 2020 22:30:03 +0200
parents 66386ca8a69f
children 369cde0d5771
comparison
equal deleted inserted replaced
21444:3486d4432a92 21445:ae23caa42dac
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 1273,
757 /**/ 759 /**/
758 1272, 760 1272,
759 /**/ 761 /**/
760 1271, 762 1271,
761 /**/ 763 /**/