commit | d4404b4391a0cd3ab197e09bee7828c88882f6b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 28 18:38:09 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 28 18:38:09 2019 +0200 |
tree | 9ddb46bf922f2e71581e1f3bc41f26532d107962 | |
parent | 56c0c4749d58e9331b212c38df46e2993d5d97c1 [diff] [blame] |
patch 8.1.1771: options test fails on MS-Windows Problem: Options test fails on MS-Windows. Solution: Add correct and incorrect values for 'completeslash'.
diff --git a/src/version.c b/src/version.c index b0fe67f..5507f6a 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1771, +/**/ 1770, /**/ 1769,