Monday, May 21, 2012

Re: [vim_use] netrw issue with mark file and delete

Bart Baker wrote:
> Dear Dr. Campbell,
>
> I've finally discovered what has been going on and why I've been
> receiving these error messages "on occasion". The Decho calls within the
> script that I was using to try and debug the issue were in themselves
> changing the buffer #, resulting in a constantly changing buffer # for
> the current buffer. After I removed all of these Decho calls, the move
> command ran without error.
>
> Thank you sincerely for your help.
>
Glad you found the difficulty.

Decho provides several ways to get debugging messages; use DechoRemOn
to avoid buffer number issues. This approach sends debugging output to
a "remote" vim (which Decho.vim sets up), and so leaves the current
vim's buffers, messages, etc pristine.

Regards,
Chip Campbell

--
You received this message from the "vim_use" 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

No comments: