On Tue, Jul 25, 2006 at 11:14:09AM -0400, Charles E Campbell Jr wrote:
> Hello!
> 
> I was trying :breakadd file 484 */visincr.vim and got
> 
> Breakpoint in "/home/cec/.vim/autoload/visincr.vim" line 484
> Entering Debug mode.  Type "cont" to continue.
> /home/cec/.vim/autoload/visincr.vim
> line 638: fun! s:Hex2Dec(hex)
> 
> The "Breakpoint in..." line looks right; however, why does the continue line
> show line 638?  The Hex2Dec() function is not being called within 20 
> lines of
> line 484.  And, of course, its not where I wanted to stop and continue from.
> 
> Regards,
> Chip Campbell

     That sounds weird.  Maybe you have some other breakpoint defined?

:breaklist

I cannot reproduce this problem with $VIMRUNTIME/optwin.vim .

HTH                                     --Benji Fisher

Reply via email to