commit | 27a472c32ed5b5298bca50864570a4a71ec1d204 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 09 21:47:30 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 09 21:47:30 2019 +0100 |
tree | 19319c2b878f70add759ee0b73d89b5421d0315b | |
parent | ae12f4bad306a1a3a2d54ff6ed76df9b11d19469 [diff] [blame] |
patch 8.1.0709: windows are updated for every added/deleted sign Problem: Windows are updated for every added/deleted sign. Solution: Do not call update_debug_sign(). Only redraw when the line with the sign is visible. (idea from neovim #9479)
diff --git a/src/version.c b/src/version.c index 3375b1c..e1ea65e 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 709, +/**/ 708, /**/ 707,