Flush output queue even when 'exiting' flag is set
commitfe4cfcd66c558d124b4e4593d8ca454131cc7a64
authorBjorn Winckler <bjorn.winckler@gmail.com>
Fri, 13 Jun 2008 17:01:56 +0000 (13 19:01 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Fri, 13 Jun 2008 17:01:56 +0000 (13 19:01 +0200)
tree8a5b25a05d2787d50e7668b0658f4109a0bb7908
parent2c58e2eb007477cb5943cb84a1ed8b0e23203822
Flush output queue even when 'exiting' flag is set

There are legitimate instances when the queue should flush even though
Vim is exiting, e.g. to display a 'confirm quit' dialog with 'go+=c'.

This patch has the negative side-effect that the "dropping DO message"
warning may occur more frequently.  Another fix for this problem has to
be devised.
src/MacVim/MMBackend.m