David Fishburn schrieb:
> Andy, couldn't figure out how to not sent this to you directly via the
> vim_use google group.
David: Ok, now also a (shorter) reply to the list.
> I too am running into an unexplained beep (which causes my code to
> stop executing) and I am trying to find the source of it.
>
> When I do the above and run it I get:
> YR:Enter character:a
> Beep!
>
> So no line numbers or any other reference.
>
> Anything else I can turn on to track it down? Or increase verbosity
> levels?
As Tony already mentioned, you can try
:set verbose=12
" now type the {lhs}
or
:debug normal {lhs}
where {lhs} is the left hand side of the mapping to test.
Both alternatives will give you information about which :commands and
functions could be executed until the Beep occurs. Of course you still
have to guess the responsible parts of your mapping.
--
Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---