Skip to content

Vim plugin for tracing exceptions thrown by VimL scripts.

Notifications You must be signed in to change notification settings

tweekmonster/exception.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

Vim plugin for tracing exceptions thrown by VimL scripts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published