From cbee635eee3007db97646ddb9f211a1d4966eb2a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 12 Nov 2019 20:49:15 +0100 Subject: patch 8.1.2294: cursor pos wrong with concealing and search causes a scroll Problem: Cursor position wrong when characters are concealed and asearch causes a scroll. Solution: Fix the cursor column in a concealed line after window scroll. (closes #5215, closes #5012) --- 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 31133c53e..e147ac301 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2294, /**/ 2293, /**/ -- cgit v1.2.1