commit | e7ddf4e3372fad375038ad8771c6d1a7df49c34c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 03 21:29:30 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 03 21:29:30 2020 +0100 |
tree | 9e786e55971d90a4d3335f91b4285c0e956c23eb | |
parent | 4e12a5df37ed4a47ca94a8b9393c768e8ca1f75a [diff] [blame] |
patch 8.2.0202: when 'lazyredraw' is set the window title may not be updated Problem: When 'lazyredraw' is set the window title may not be updated. Solution: Set "do_redraw" before entering the main loop. (Jason Franklin)
diff --git a/src/version.c b/src/version.c index 01e54a0..884e01a 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 202, +/**/ 201, /**/ 200,