commit | dff2adc8ddcb6c8f3390a82c321362f8d6756fb8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 31 22:18:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 31 22:18:22 2019 +0200 |
tree | 36c728f6775f0070e537715eee8f9116860bd97b | |
parent | 5477506a9f01d40fad2e8f0555bc37adee30478f [diff] [blame] |
patch 8.1.1783: MS-Windows: compiler test may fail when using %:S Problem: MS-Windows: compiler test may fail when using %:S. Solution: Reset 'shellslash'.
diff --git a/src/version.c b/src/version.c index 03cccfb..b873471 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1783, +/**/ 1782, /**/ 1781,