commit | d87c21a918d8d611750f22d68fc638bf7a79b1d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 18 13:40:33 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 18 13:40:33 2021 +0200 |
tree | 62330bd19d4d244fa95af54533e3e54aa668013b | |
parent | 074f84c01fbe70554feb6a71c0d9cacf2ef77ca5 [diff] [blame] |
patch 8.2.2865: skipping over function body fails Problem: Skipping over function body fails. Solution: Do not define the function when skipping.
diff --git a/src/version.c b/src/version.c index fb72050..5e2a52c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2865, +/**/ 2864, /**/ 2863,