commit | fc643e6016af80ed5be4570db5c26a6410f52d16 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 17 00:15:18 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 17 00:15:18 2021 +0200 |
tree | c062344eff197944e919885e0d4393deedf14f26 | |
parent | 3b1373b193ce5fbf25e852277a4ecc98688c7bb8 [diff] [blame] |
patch 8.2.2862: removing a text property causes the whole window to be redawn Problem: Removing 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 fca2cd8..b5401e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2862, +/**/ 2861, /**/ 2860,