commit | 6f72e90dd843a7342395b31f31c2073a3859869d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 05 23:04:02 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 05 23:04:02 2019 +0200 |
tree | 2eb33b9f6813b8c8bfe25a787e564caab1c5cec6 | |
parent | a546b21b24cb61dcff7bf4a1aa43cfbfec60ce40 [diff] [blame] |
patch 8.1.1991: still cannot build with eval but without cscope Problem: Still cannot build with eval but without cscope. Solution: Move f_cscope_connection() outside of #ifdef.
diff --git a/src/version.c b/src/version.c index e7fd1cf..4d28033 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1991, +/**/ 1990, /**/ 1989,