commit | 39c47c310487b72bc78ff197b5a068a0bcf830de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 17 18:05:26 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 17 18:05:26 2021 +0100 |
tree | 04e04bee0892953a76e7f8e920e73793b658db7f | |
parent | 21c1a0c2f10575dbb72fa873d33f0c1f6e170aa7 [diff] [blame] |
patch 8.2.3531: command line completion test fails on MS-Windows Problem: Command line completion test fails on MS-Windows. Solution: Do not test with "\{" on MS-Windows.
diff --git a/src/version.c b/src/version.c index 5758bf9..fbae019 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3531, +/**/ 3530, /**/ 3529,