commit | 1764faa38645a559172e9a31f08447385835de81 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 16 20:18:57 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 16 20:18:57 2021 +0200 |
tree | a99cd5381e3277ed7563664f9461be31aecb1048 | |
parent | dcfc311198b174468c007ec4b5b22b33c2c11c92 [diff] [blame] |
patch 8.2.2860: adding a text property causes the whole window to be redawn Problem: Adding a text property causes the whole window to be redawn. Solution: Use changed_lines_buf() to only redraw the affected lines.
diff --git a/src/version.c b/src/version.c index 6a37ad5..cd42c0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2860, +/**/ 2859, /**/ 2858,