From 4a5abbd6138240d109278fe1f0b45489d22f712d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 2 Oct 2018 18:26:10 +0200 Subject: patch 8.1.0448: cursorline not removed when using 'cursorbind' Problem: Cursorline not removed when using 'cursorbind'. (Justin Keyes) Solution: Store the last cursor line per window. (closes #3488) --- 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 717425afa..928a07ee8 100644 --- a/src/version.c +++ b/src/version.c @@ -792,6 +792,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 448, /**/ 447, /**/ -- cgit v1.2.1