From 3e559cd88486ffab6b6fb4e0921b4600d137a617 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 27 Mar 2022 19:26:55 +0100 Subject: patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline' Problem: Superfluous check if a redraw is needed for 'cursorline'. Solution: Remove check_redraw_cursorline(). (closes #10030, closes #10029) --- 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 4bcf0aec2..569d12c2b 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4638, /**/ 4637, /**/ -- cgit v1.2.1