commit | 9b50bba643f8d1fcac91e11780da7d03d8995260 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 16 16:42:13 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 16 16:42:13 2017 +0200 |
tree | 02c212edef579e4b76c62c47a81385b862e726e2 | |
parent | c9041079a199d753e73d3b242f21cc8db620179a [diff] [blame] |
patch 8.0.0723: arglist test fails if file name case is ignored Problem: Arglist test fails if file name case is ignored. Solution: Wipe existing buffers, check for fname_case property.
diff --git a/src/version.c b/src/version.c index 91e6ded..1b2cc8a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 723, +/**/ 722, /**/ 721,