commit | 840f91f110c4790a145e76eec453326445290f21 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 26 22:32:10 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 26 22:32:10 2021 +0200 |
tree | ed4301b3bc07ba662e3226feb36010edc5ca2b9c | |
parent | c512599b22aac7305b171566c2f595e0ae85b885 [diff] [blame] |
patch 8.2.2890: text property duplicated when data block splits Problem: Text property duplicated when data block splits. Solution: Do not continue text prop from previous line. (closes #8261)
diff --git a/src/version.c b/src/version.c index 56f0f0b..e61edc6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2890, +/**/ 2889, /**/ 2888,