commit | 99433291b135094d9592c41f96d3ccd60073e2c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 08 12:37:47 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 08 12:37:47 2017 +0200 |
tree | 3cbe8d99ee6ecdeb74bd44d4bd6f3333e15cac82 | |
parent | c6da01a5b8efe9ca4931074c0cf2189d357707a2 [diff] [blame] |
patch 8.0.1072: :highlight command causes a redraw even when nothing changed Problem: The :highlight command causes a redraw even when nothing changed. Solution: Only set "need_highlight_changed" when an attribute changed.
diff --git a/src/version.c b/src/version.c index 4d040fb..2ffd91a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1072, +/**/ 1071, /**/ 1070,