I'm having a problem with netrw, but before I can properly troubleshoot
it, I need to fix debugging.  What I would basically like to do is use Vim
"normally" (without having a bunch of debug messages pop up) while all of
the messages are written to a file.

Here's what I have in my ~/.vimrc:

    let &verbosefile = "/tmp/vim_debug.out"
    set viminfo='50,<1000,s100
    :verbose set viminfo?

I copied this set of commands a couple of months ago to help troubleshoot
a different problem.  Shouldn't these commands still work, or am I missing
something?

Thanks in advance for any help!

Tom Purl

Reply via email to