From ae12f4bad306a1a3a2d54ff6ed76df9b11d19469 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 9 Jan 2019 20:51:04 +0100 Subject: patch 8.1.0708: third argument for redrawWinline() is always FALSE Problem: Third argument for redrawWinline() is always FALSE. Solution: Drop the argument. (neovim #9479) --- 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 e9a5a43b7..3375b1c20 100644 --- a/src/version.c +++ b/src/version.c @@ -799,6 +799,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 708, /**/ 707, /**/ -- cgit v1.2.1