Don't attempt to open dropped file that is already open
commitd456b900af553d7cb4c348f58c247accc132d5c1
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)
tree75b5e94b1ef42b521ae78c97a92c16fdf30cb993
parenta6784356a082315958761547afe8d1b284fe2994
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