view .gitattributes @ 24647:3f6a0ff1c5d3 v8.2.2862

patch 8.2.2862: removing a text property causes the whole window to be redawn Commit: https://github.com/vim/vim/commit/fc643e6016af80ed5be4570db5c26a6410f52d16 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 17 00:15:18 2021 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 May 2021 00:30:03 +0200
parents ccc02b39fb5e
children
line wrap: on
line source

src/testdir/test42.in diff