commit | 0b38f54730c3f9835ddade01c2263ce0f56c1c0f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 03 21:47:16 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 03 21:47:16 2018 +0100 |
tree | 3b695b06846f0bf894670bbe6bf5e8de9b40f989 | |
parent | 0f62cf5b335968f7448af1a6f46e0104b7bc365e [diff] [blame] |
patch 8.1.0509: checking cwd not accessible fails for root Problem: Checking cwd not accessible fails for root. (James McCoy) Solution: Skip this part of the test for root. (closes #3595)
diff --git a/src/version.c b/src/version.c index 1e66b3e..fb8a16d 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 509, +/**/ 508, /**/ 507,