commit | 3ccb5795168793e1b119a028da4035f77cef9f69 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 28 19:53:42 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 28 19:53:42 2021 +0000 |
tree | 94563ecef6cc938e59397b2aeee18dd9bff7fa51 | |
parent | 2e0f3ecb7046e6d7915327270f836c48ad033a67 [diff] [blame] |
patch 8.2.3689: ex_let_one() is too long Problem: ex_let_one() is too long. Solution: Split into multiple functions.
diff --git a/src/version.c b/src/version.c index f43b33c..deefcf0 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3689, +/**/ 3688, /**/ 3687,