From a87b72cc316e065d66dcbcf7ec1cde330adef3a3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 25 Jun 2018 21:24:51 +0200 Subject: patch 8.1.0116: display problem with 'vartabstop' and 'linebreak' Problem: Display problem with 'vartabstop' and 'linebreak'. (Chauca Fuentes) Solution: Call tabstop_padding(). (Christian Brabandt, closes #3076) --- 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 fa4ec6052..ffa6bf300 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 */ +/**/ + 116, /**/ 115, /**/ -- cgit v1.2.3