Patch 7.0.239
commit198c57a2f6927f6b5c236f7b1492254ebc1a71d4
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Mon, 7 May 2007 02:19:40 +0000 (7 02:19 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Mon, 7 May 2007 02:19:40 +0000 (7 02:19 +0000)
treef543b39f52fcabbb9d9a0eb2da9950dffa42fd7b
parente7e62ad8d629867620bc8b7d3e49e1c424c6e862
Patch 7.0.239
Problem:    When using local directories and tab pages ":mksession" uses a
    short file name when it shouldn't.  Window-local options from a
    modeline may be applied to the wrong window. (Teemu Likonen)
Solution:   Add the did_lcd flag, use the full path when it's set.  Don't use
    window-local options from the modeline when using the current
    window for another buffer in ":doautoall".
Files:     src/fileio.c,  src/ex_docmd.c

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/vim7@257 2a77ed30-b011-0410-a7ad-c7884a0aa172
src/ex_docmd.c
src/fileio.c
src/version.c