commit | ca4b613c692b927c9345dc9e3d6be5de35266be2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 28 12:05:11 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 28 12:05:11 2018 +0200 |
tree | fda5e9dfd74a771d6231b7dc5d35c9ade0b9b7bc | |
parent | dc9e955fb07f410d5d3e981ce18d895dd2847c85 [diff] [blame] |
patch 8.1.0121: crash when using ballooneval related to 'vartabstop' Problem: Crash when using ballooneval related to 'vartabstop'. Solution: Initialize balloonEval->vts to NULL. (Markus Braun)
diff --git a/src/version.c b/src/version.c index aa8a1de..5aacf2f 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 121, +/**/ 120, /**/ 119,