Howdy,
I see there’s a method to inspect a view’s command history (to e.g. produce an undo/redo list) but I don’t see a straightforward way to modify said history.
- Does one already exist?
- If not, as a workaround, could one be simulated by resetting the view/buffer to some initial state and then “replaying” the history?
- Alternatively, is there a way to run a command on a view/buffer in a way that it sets a history entry but doesn’t execute the corresponding action?
Thank you,
Alvaro