commit | 7d0f7e9524975ebcc3c7d98b5507de1b7df74370 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 17:10:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 17:10:57 2022 +0100 |
tree | c4e545b74c88c23cea94fa63bfbd8de71a8eb8c8 | |
parent | 1306b36a7b63c33b8948a78c71feb087cf83a39d [diff] [blame] |
patch 9.0.0154: text properties wrong after splitting a line Problem: Text properties wrong after splitting a line. Solution: Check for text properties after the line. (closes #10857)
diff --git a/src/version.c b/src/version.c index c769d91..d246cb2 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 154, +/**/ 153, /**/ 152,