Revert to using NSTask to launch MacVim
commitb66257f768d7e9331fd16c73b826cf717352f572
authorBjorn Winckler <bjorn.winckler@gmail.com>
Sun, 27 Jan 2008 13:37:59 +0000 (27 14:37 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Sun, 27 Jan 2008 13:37:59 +0000 (27 14:37 +0100)
tree2d82a240b85777159d971845e1f44dc80ac3cff1
parent477274161c6232dc80328dc5d02ecd57055923b4
Revert to using NSTask to launch MacVim

Using Launch Services (LS) caused several problems, so this commit
reverts back to using NSTask to launch MacVim from a Vim process.

The most severe problem LS caused was that sometimes MacVim would never
finish launching (the dock icon kept bouncing forever).  Rebuilding the
LS database seemed to temporarily fix this problem, but it kept
reoccuring.
src/MacVim/MMBackend.m