commit | 965c04486c9364ded99b49c86f4c41228503df1f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 17 00:22:06 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 17 00:22:06 2021 +0200 |
tree | 7d3f8e427d7d6dc524d9339e46f67c267eabfba3 | |
parent | fc643e6016af80ed5be4570db5c26a6410f52d16 [diff] [blame] |
patch 8.2.2863: removing a text property does not redraw optimally Problem: Removing a text property does not redraw optimally. Solution: Only redraw the lines that mithg actually have been changed.
diff --git a/src/version.c b/src/version.c index b5401e6..cf5208f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2863, +/**/ 2862, /**/ 2861,