exception.vim icon indicating copy to clipboard operation
exception.vim copied to clipboard

Vim plugin for tracing exceptions thrown by VimL scripts.

Results 2 exception.vim issues
Sort by recently updated
recently updated
newest added

This shows the text of the line that error out, and not just the function + line. I feel like it would be useful to see the actual code that...

Seems like Vim's output has changed to include the line number in the same line. This regex seems to work on my machine, and I've left the group optional for...