commit | c4390fe6c0d1b47b1acd373d7e8ef986412c0600 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 16 18:49:47 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 16 18:49:47 2020 +0100 |
tree | bb4e1a158a1dd4cd72dcaefbd447e4b65e9762de | |
parent | 50dc3ecc642ee88348cb353cf85d08eac26c75dd [diff] [blame] |
patch 8.2.1994: MS-Windows: MinGW always does a full build Problem: MS-Windows: MinGW always does a full build. Solution: Only check if $OUTDIR exists. (Masamichi Abe, closes #7311)
diff --git a/src/version.c b/src/version.c index 3ab3ab4..8418d98 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1994, +/**/ 1993, /**/ 1992,