comparison src/version.c @ 13113:1b154b5f247d v8.0.1431

patch 8.0.1431: MS-Windows: vimtutor fails if %TMP% has special chars commit https://github.com/vim/vim/commit/0cbcd949e15ad95171e5b33881d3a30f17073dda Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 26 22:22:55 2018 +0100 patch 8.0.1431: MS-Windows: vimtutor fails if %TMP% has special chars Problem: MS-Windows: vimtutor fails if %TMP% has special chars. Solution: Add quotes. (Tamce, closes https://github.com/vim/vim/issues/2561)
author Christian Brabandt <cb@256bit.org>
date Fri, 26 Jan 2018 22:30:06 +0100
parents 149347fda678
children 9812a9ca3ab2
comparison
equal deleted inserted replaced
13112:2b395caa3880 13113:1b154b5f247d
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1431,
774 /**/ 776 /**/
775 1430, 777 1430,
776 /**/ 778 /**/
777 1429, 779 1429,
778 /**/ 780 /**/