Revert to using NSTask to launch MacVim
commit402b23a1006d66761f15a6bf957c5c298abb1918
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)
tree9778c2b4cf2a2c4e647394a8a4ef64907007d0f9
parent974b9122bfd9b69f828da2f1572f9702bd4b0e89
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