commit | 320bf2d85e9e2924d896b3072979598c954922e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 22 20:06:26 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 22 20:06:26 2018 +0200 |
tree | f30d5a21eddedc6b9ed60b1d14524badc9f45989 | |
parent | 4c5765bc47b2708075e8d8471e8d342079479777 [diff] [blame] |
patch 8.1.0317: Cscope test fails when using shadow directory Problem: Cscope test fails when using shadow directory. Solution: Resolve symlink in Vim. (James McCoy, closes #3364)
diff --git a/src/version.c b/src/version.c index 0ffd11e..d599381 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 317, +/**/ 316, /**/ 315,