]> granicus.if.org Git - vim/commit
patch 8.1.0061: window title is wrong after resetting and setting 'title' v8.1.0061
authorBram Moolenaar <Bram@vim.org>
Sat, 16 Jun 2018 20:58:15 +0000 (22:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Jun 2018 20:58:15 +0000 (22:58 +0200)
commit84a9308511871d9ff94c91a1c6badb92300ded98
tree7797ec1f29c0ba052f338e927c75711b901d2ae4
parent600323b4ef51a58a8e800d8ca469383a3c911db7
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)
src/buffer.c
src/option.c
src/version.c