Don't attempt to open dropped file that is already open
commit8d60bae9fa156006b6ad3bf0318e21fbcb3076a3
authorBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 8 Nov 2007 19:14:34 +0000 (8 20:14 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 8 Nov 2007 19:14:34 +0000 (8 20:14 +0100)
treec81d05fe71c9ee1a923f3b0f7cfce77fb6720f2b
parent28c3a55c083d3841868cc66c71bbaf473da7b4aa
Don't attempt to open dropped file that is already open

When a file is dropped, each Vim process is checked to see if the file is
already open.  If so, raise the corresponding window and select the tab that
holds the opened file.  Only works when one file is dropped.
src/MacVim/MMAppController.m