Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 538 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 538 Bytes

exception.vim

Vim plugin for tracing exceptions thrown by VimL scripts. The most recent exceptions are parsed and displayed in the QuickFix window.

Usage

Call exception#trace() to display the call stack for the most recent exceptions. After that, use the QuickFix commands to move through the stack.

You could also create a command:

command! WTF call exception#trace()

Useful VimL dev plugins