commit | 21b5038e02306ce2fd438249055eed372befe51f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 04 18:07:24 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 04 18:07:24 2019 +0100 |
tree | 6d84ecc6531ca6c594ab9310a2cd45cbcee21b91 | |
parent | 7f1664e392388fd38c8b154389167ad1bdedff66 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 4b7c9ae..8e14a2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 690, +/**/ 689, /**/ 688,