commit | efe03738f69b1f63ea30226765db949539ee15f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 09 22:26:38 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 09 22:26:38 2018 +0200 |
tree | fe9ace7319a72d57ee8f8929343185dd66536b2e | |
parent | 4b16ee743e26d65ecfb6231f7fd57869c3e5ff0d [diff] [blame] |
patch 8.1.0264: backup tests fail when CWD is in /tmp Problem: Backup tests fail when CWD is in /tmp. Solution: Make 'backupskip' empty. (Christian Brabandt, closes #3301)
diff --git a/src/version.c b/src/version.c index 6543e91..2d04731 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 264, +/**/ 263, /**/ 262,