Added docs for Vebugger_PreUserAction and Vebugger_PostUserAction#92
Open
TamaMcGlinn wants to merge 1 commit intoidanarye:developfrom
Open
Conversation
Author
|
By the way, I went into this because I wanted to see if I could add a seperate window that keeps track of the stack, allowing you to move up and down it and navigate with enter, similar to how NetRW works with a buffer in a non-text mode. It would read the args and see if the command is one of a given list that is known to change the stack, and if so, call backtrace again to refresh that other buffer. Now that I've read the documentation, I am wondering whether adding a think handler might be the better approach. Any thoughts on that? In fact, are there any cases where subscribing to Pre or PostUserAction is preferable to adding a think handler? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In issue #9 you mentioned adding custom command hooks for users to subscribe to, but I couldn't find anything in the documentation for it.