commit | 5489eab34528ba31054bc7c99af120b07f543b78 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 22:49:18 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 22:49:18 2020 +0100 |
tree | 090ab3a0314a63cd96369213121bd1786fca2603 | |
parent | 5f1d3ae8a8264292a53aad099e78a9b4a7bad375 [diff] [blame] |
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 #5620)
diff --git a/src/version.c b/src/version.c index 2c14352..8e3f20a 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 245, +/**/ 244, /**/ 243,