Closed frenchy64 closed 3 years ago
I need to check if this is related to missing middleware before investigating further...
After reading the code, I think the catch clause of fireplace#echo_session_eval
might be a good place to add this functionality.
Seemed to work: https://github.com/tpope/vim-fireplace/pull/395
When an evaluation succeeds,
:Last
is idempotent (the same window that popped up is used to display the result).But when it fails (eg., with an exception), the previously opened
:Last
buffer is not updated, and I have to call:Last
again to "refresh" the buffer and see the new printed error.