commit | 4cd5c52d64a66ad1984d33462a40e0c6721ca232 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 27 13:04:00 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 27 13:04:00 2021 +0200 |
tree | 6030ab9a9e9971692340d7f71189c245d2b90924 | |
parent | 054794c20f6322bbd9482c4124041dc0a140c78e [diff] [blame] |
patch 8.2.3062: internal error when adding several text properties Problem: Internal error when adding several text properties. Solution: Do not handle text properties when deleting a line for splitting a data block. (closes #8466)
diff --git a/src/version.c b/src/version.c index f4f5df3..e311104 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3062, +/**/ 3061, /**/ 3060,