diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-04 18:07:24 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-04 18:07:24 +0100 |
commit | 21b5038e02306ce2fd438249055eed372befe51f (patch) | |
tree | 6d84ecc6531ca6c594ab9310a2cd45cbcee21b91 /src/version.c | |
parent | 7f1664e392388fd38c8b154389167ad1bdedff66 (diff) | |
download | vim-git-8.1.0690.tar.gz |
patch 8.1.0690: setline() and setbufline() do not clear text propertiesv8.1.0690
Problem: setline() and setbufline() do not clear text properties.
Solution: Clear text properties when setting the text.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 4b7c9ae35..8e14a2e29 100644 --- a/src/version.c +++ b/src/version.c @@ -800,6 +800,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 690, +/**/ 689, /**/ 688, |