commit | 84a9308511871d9ff94c91a1c6badb92300ded98 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 16 22:58:15 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 16 22:58:15 2018 +0200 |
tree | 7797ec1f29c0ba052f338e927c75711b901d2ae4 | |
parent | 600323b4ef51a58a8e800d8ca469383a3c911db7 [diff] [blame] |
patch 8.1.0061: window title is wrong after resetting and setting 'title' Problem: Window title is wrong after resetting and setting 'title'. Solution: Move resetting the title into maketitle(). (Jason Franklin)
diff --git a/src/version.c b/src/version.c index 6406e6c..c8c4dd1 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 61, +/**/ 60, /**/ 59,