> I suggest using the Dfunc/Decho/Dret debugging system already part of
> netrw.  Once you have the
> plugin installed,
>
>   vim netrw.vim
>   :DechoOn
>   :wq
>
> The latest version of netrw uses DechoTabOn, which means that debugging
> output will go to a
> separate tab.  You can save the resulting output to a file whenever you
> wish, and the display
> won't be affected (other than seeing the presence of two tabs).
>
> You can get the Decho plugin from:
>
>     http://vim.sourceforge.net/scripts/script.php?script_id=120
> -or-
>     http://mysite.verizon.net/astronaut/vim/index.html#DECHO
>     (this latter one is always the most up-to-date)
>
> You'll need an up-to-date version of vimball to extract plugins that
> I've generated since August 1, 2006:
>
>          http://vim.sourceforge.net/scripts/script.php?script_id=1502
>
>   -or-   http://mysite.verizon.net/astronaut/vim/index.html#VimFuncs
>          see "Vimball Archiver" (the most up-to-date version is here)

Thanks for the quick reply Dr. Chip!  I tried installing both the latest
version of netrw and Decho, but I'm seeing a weird problem.

Here's the process that I used to install these plugins:

    vim plugin.vba.gz
    so %

And here's what the plugins look like on the file system (Linux) after
running said process:

    [EMAIL PROTECTED] ~/.vim $ find . -type f -name "*Decho*"
    ./doc/Decho.txt?[[[1
    ./plugin/Decho.vim?[[[1
    ./syntax/Decho.vim?[[[1
    [EMAIL PROTECTED] ~/.vim $ find . -type f -name "*netrw*"
    ./doc/pi_netrw.txt?[[[1
    ./plugin/netrwPlugin.vim?[[[1
    ./syntax/netrw.vim?[[[1
    ./autoload/netrw.vim?[[[1
    ./autoload/netrwFileHandlers.vim?[[[1
    ./autoload/netrwSettings.vim?[[[1

Has anyone ever seen anything like this before?

Thanks again!

Tom Purl

Reply via email to