On 25 September 2010 17:16, Thomas <[email protected]> wrote:
> Do you know which log I should be looking in?
>
> I see the syslog commands showing up under Database Searches -> All
> Commands, but starting MacVim or mvim generates nothing. Unless I'm
> looking in the wrong place.

Hmmm...it should pop up under "All messages".  Maybe it is easier if
you send the logs to stderr instead.  Open Terminal.app and in
addition to the two commands I mentioned previously also type

$ defaults write org.vim.MacVim MMLogToStdErr 1

Then open MacVim via "open -a MacVim" and "mvim".  The debug logs
should pop up in Terminal.app.

When done, in addition to the two steps in my previous post, also type

$ defaults delete org.vim.MacVim MMLogToStdErr


Björn

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to