commit | 41a834d1e3dbf9c8759737bcd6524159a9b93d2a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 21:15:16 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 21:15:16 2020 +0100 |
tree | 0a1d16096f14e723dd33274d60d1eab4ffae58be | |
parent | dcc58e031ded8b846a39146112b9b075cbb977d9 [diff] [blame] |
patch 8.2.2240: clientserver test fails if full path is used Problem: Clientserver test fails if full path is used. Solution: Ignore the path preceding the file name.
diff --git a/src/version.c b/src/version.c index 1bf9f49..39d2f26 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2240, +/**/ 2239, /**/ 2238,