commit | 97195685334c800c5ad1328d957d1bf21f5fa1fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 03 20:50:02 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 03 20:50:02 2018 +0100 |
tree | bef1163316715fafeb24976d2fc066c7d431cde7 | |
parent | 51a7454cd2c34ee459f104e45768eab3817c099e [diff] [blame] |
patch 8.1.0561: MSCV error format has changed Problem: MSCV error format has changed. Solution: Make the space between the line number and colon optional.
diff --git a/src/version.c b/src/version.c index 355b114..cbe4636 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 561, +/**/ 560, /**/ 559,