]> granicus.if.org Git - vim/commit
patch 8.2.1967: the session file does not restore the alternate file v8.2.1967
authorBram Moolenaar <Bram@vim.org>
Sat, 7 Nov 2020 17:41:10 +0000 (18:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 Nov 2020 17:41:10 +0000 (18:41 +0100)
commit59d8e56e048eb5d384649284fb35363931fc3697
tree3941971859628440195075acf6104cac9ef43821
parentcbcd9cbd77acc8cc97c0d44683d96c01d3dd0fa7
patch 8.2.1967: the session file does not restore the alternate file

Problem:    The session file does not restore the alternate file.
Solution:   Add ":balt".  Works like ":badd" and also sets the buffer as the
            alternate file.  Use it in the session file. (closes #7269,
            closes #6714)
runtime/doc/windows.txt
src/ex_cmdidxs.h
src/ex_cmds.c
src/ex_cmds.h
src/ex_docmd.c
src/session.c
src/testdir/test_buffer.vim
src/version.c
src/vim.h