]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0149: session is wrong with multiple tabs when :lcd was used v8.1.0149
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Jul 2018 20:26:28 +0000 (22:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Jul 2018 20:26:28 +0000 (22:26 +0200)
commit26d4b896a789e65df7ee0cf3e25056eabc523fda
treef1c170785d43bf5e41c4666ad83aa88a73e7f3ac
parent92959fa46d305ded1da433ad6d9a8d38db240c74
patch 8.1.0149: session is wrong with multiple tabs when :lcd was used

Problem:    The generated sessions file does not restore tabs properly if :lcd
            was used in one of them.
Solution:   Create the tab pages before setting the directory. (Yee Cheng
            Chin, closes #3152)
src/ex_docmd.c
src/testdir/test_mksession.vim
src/version.c