]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2862: removing a text property causes the whole window to be redawn v8.2.2862
authorBram Moolenaar <Bram@vim.org>
Sun, 16 May 2021 22:15:18 +0000 (00:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 May 2021 22:15:18 +0000 (00:15 +0200)
commitfc643e6016af80ed5be4570db5c26a6410f52d16
treec062344eff197944e919885e0d4393deedf14f26
parent3b1373b193ce5fbf25e852277a4ecc98688c7bb8
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.
src/textprop.c
src/version.c