Open and save dialogs track the Vim pwd
commit863e33a886f32fac008aaf2b1d89433425700f03
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)
tree7fca84d3e4eeae43f4b35c399c8d6cd2d50106a1
parent6c86d9051d711e20c3a13109196d1703b14d54d5
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