Now works to use :maca on VimLeave auto command
commitd32d44dcd1ba503e374da3aec01b0df7f5b3d35e
authorBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 21 Aug 2008 23:53:24 +0000 (22 01:53 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 21 Aug 2008 23:53:24 +0000 (22 01:53 +0200)
tree5fa7e287dd722f64b5f73eb017a2a675d2886aba
parentc1f1c688e307e086a5a36e743e99666de583ddb3
Now works to use :maca on VimLeave auto command

To fix this the output queue is flushed before exiting a Vim process.
Also, the CloseWindowMsgID is added to the "unsafe" list so that other
unsafe messages (such as ExecuteActionMsgID) are not delayed until after
CloseWindowMsgID.
src/MacVim/MMBackend.m
src/MacVim/MMVimController.m