commit | b6a138eb334621f60c5891d035f80f398d59dbd3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 08 21:17:22 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 08 21:17:22 2022 +0000 |
tree | cc5a52690b5e52b64c0dfe2e489e5f01feabac68 | |
parent | dce2441a603f2c9343a4a46091283a32420d80a2 [diff] [blame] |
patch 8.2.4333: cstack not always passed to where it is needed Problem: cstack not always passed to where it is needed. Solution: Pass ctack through functions.
diff --git a/src/version.c b/src/version.c index 9f3dfd2..a4480e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4333, +/**/ 4332, /**/ 4331,