From 21b5038e02306ce2fd438249055eed372befe51f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 4 Jan 2019 18:07:24 +0100 Subject: patch 8.1.0690: setline() and setbufline() do not clear text properties Problem: setline() and setbufline() do not clear text properties. Solution: Clear text properties when setting the text. --- 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 4b7c9ae35..8e14a2e29 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 */ +/**/ + 690, /**/ 689, /**/ -- cgit v1.2.1