comparison src/version.c @ 19374:f123c6732cf3 v8.2.0245

patch 8.2.0245: MSVC: error message if the auto directory already exists Commit: https://github.com/vim/vim/commit/5489eab34528ba31054bc7c99af120b07f543b78 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 11 22:49:18 2020 +0100 patch 8.2.0245: MSVC: error message if the auto directory already exists Problem: MSVC: error message if the auto directory already exists. Solution: Add "if not exists". (Ken Takata, closes https://github.com/vim/vim/issues/5620)
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Feb 2020 23:00:04 +0100
parents 967149bbd8d3
children 1cae476a7c82
comparison
equal deleted inserted replaced
19373:47e90f6458de 19374:f123c6732cf3
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 245,
745 /**/ 747 /**/
746 244, 748 244,
747 /**/ 749 /**/
748 243, 750 243,
749 /**/ 751 /**/