]> granicus.if.org Git - vim/commit
patch 8.1.0253: saving and restoring window title does not always work v8.1.0253
authorBram Moolenaar <Bram@vim.org>
Tue, 7 Aug 2018 20:31:44 +0000 (22:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 7 Aug 2018 20:31:44 +0000 (22:31 +0200)
commit40385dbcdfb44885f2e9b83e1e0285aeb8a0c2a8
tree35de952db98f597df68144ef4ab99a294177861d
parentde3b3677f7eace66be454196db0fbf710cfc8c5e
patch 8.1.0253: saving and restoring window title does not always work

Problem:    Saving and restoring window title does not always work.
Solution:   Use the stack push and pop commands. (Kouichi Iwamoto,
            closes #3059)
14 files changed:
runtime/doc/term.txt
src/buffer.c
src/ex_docmd.c
src/main.c
src/option.c
src/os_amiga.c
src/os_mswin.c
src/os_unix.c
src/os_win32.c
src/proto/term.pro
src/term.c
src/term.h
src/version.c
src/vim.h