Re: BUG: mksession saves lcd in incorrect place

2006-10-24 Thread Bram Moolenaar
Marius Roets wrote: I believe I have found a bug in Vim 7.0.146, relating to mksession and lcd. Here is a small example. 1) Open Vim 2) :e file1.txt 3) :tabe temp/file2.txt Any different directory 4) :lcd %:h 5) :mks test.vim 6) Close vim 7) Open vim 8) :source test.vim 9) The second

Re: BUG: mksession saves lcd in incorrect place

2006-10-24 Thread Marius Roets
On 10/24/06, Bram Moolenaar [EMAIL PROTECTED] wrote: I see the problem. I'll fix it. Thanks Bram!

Re: BUG: mksession saves lcd in incorrect place

2006-10-24 Thread Marius Roets
On 10/24/06, Bram Moolenaar [EMAIL PROTECTED] wrote: I see the problem. I'll fix it. This works correctly now after applying patch 7.0.147. Thanks again Bram. Marius

BUG: mksession saves lcd in incorrect place

2006-10-23 Thread Marius Roets
Hi everybody, I believe I have found a bug in Vim 7.0.146, relating to mksession and lcd. Here is a small example. 1) Open Vim 2) :e file1.txt 3) :tabe temp/file2.txt Any different directory 4) :lcd %:h 5) :mks test.vim 6) Close vim 7) Open vim 8) :source test.vim 9) The second tab is empty. The