Open and save dialogs track the Vim pwd
commitd2db0a95f5954ab8bf54b740d1b1c48ae2842adf
authorBjorn Winckler <bjorn.winckler@gmail.com>
Sun, 25 May 2008 17:22:12 +0000 (25 19:22 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Sun, 25 May 2008 17:22:12 +0000 (25 19:22 +0200)
tree7922276ece74b2c6f5d56ca8356620ef96eec860
parent375296d71420c53ca51e5b53ffb04d89df01225a
Open and save dialogs track the Vim pwd

Open and save dialogs will open up at the present working directory of
the key Vim process.  This can be disabled by setting the user default
"MMDialogsTrackPwd" to 0.  If disabled, these dialogs always open up at
the last location browsed to (which is the default OS X behaviour).
runtime/doc/gui_mac.txt
src/MacVim/MMAppController.m
src/MacVim/MMBackend.m
src/MacVim/MMVimController.h
src/MacVim/MMVimController.m
src/MacVim/MacVim.h
src/MacVim/MacVim.m