commit | 6f7e555f7440df148350468ad8bc6d559d676d7c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 11:55:16 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 11:55:16 2019 +0100 |
tree | 7505ecddae9b2b3f8355245f6af757e64b451bbd | |
parent | c951522943fc7c1eedaa707d2fa06da5ca17545a [diff] [blame] |
patch 8.1.0715: superfluous call to redraw_win_later() Problem: Superfluous call to redraw_win_later(). Solution: Remove the call.
diff --git a/src/version.c b/src/version.c index cec708f..eb55daf 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 715, +/**/ 714, /**/ 713,