From ca4b613c692b927c9345dc9e3d6be5de35266be2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 28 Jun 2018 12:05:11 +0200 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index aa8a1de06..5aacf2f11 100644 --- a/src/version.c +++ b/src/version.c @@ -789,6 +789,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 121, /**/ 120, /**/ -- cgit v1.2.3