commit | 02e177d3e85e089ebdfba1a7d937150cffcb287a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 26 23:43:28 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 26 23:43:28 2017 +0200 |
tree | 8dd39ac4f0b474700a6f0935c98ac2fa99586fe8 | |
parent | 0903d56f5ca69bb1fa0bbb00ed2a3d9c4d06ddb4 [diff] [blame] |
patch 8.0.1002: unnecessarily updating screen after timer callback Problem: Unnecessarily updating screen after timer callback. Solution: Check if calling the timer sets must_redraw.
diff --git a/src/version.c b/src/version.c index f8eb491..d79f429 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1002, +/**/ 1001, /**/ 1000,