]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2863: removing a text property does not redraw optimally v8.2.2863
authorBram Moolenaar <Bram@vim.org>
Sun, 16 May 2021 22:22:06 +0000 (00:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 May 2021 22:22:06 +0000 (00:22 +0200)
commit965c04486c9364ded99b49c86f4c41228503df1f
tree7d3f8e427d7d6dc524d9339e46f67c267eabfba3
parentfc643e6016af80ed5be4570db5c26a6410f52d16
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.
src/textprop.c
src/version.c