commit | 307ac5c68e9e624ab713136d79f35bb73f780d2d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 28 22:23:00 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 28 22:23:00 2018 +0200 |
tree | e0d413bd5431690d4331b94cc6a4ab46e0ed2e43 | |
parent | 630afe889a2a02b367ea8eaaa48e66ed81e77ff3 [diff] [blame] |
patch 8.1.0126: various problems with 'vartabstop' Problem: Various problems with 'vartabstop'. Solution: Fix memory leak. Fix crash. Add a few more tests. (Christian Brabandt, closes #3076)
diff --git a/src/version.c b/src/version.c index 31db840..4e3770e 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 126, +/**/ 125, /**/ 124,