tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.74k stars 139 forks source link

Auto-update :Last buffer #297

Closed jeaye closed 4 years ago

jeaye commented 7 years ago

You had mentioned in https://github.com/tpope/vim-fireplace/issues/242 that you were considering this feature; I think it would be superb and would allow for a pretty handy workflow, especially when dealing with non-trivial data structures (such as big/nested maps).

Is this still something you'd consider?

tpope commented 7 years ago

I'm open to it but don't see myself implementing it.

jeaye commented 7 years ago

Word. We can leave this open, as a feature request awaiting a hero, then, or do with it as you will. Thank you!

elzibubble commented 5 years ago

Similar to #81

tpope commented 5 years ago

I think what I wanna do here is replace the :Last buffer with a cumulative log of previous executions. Then eval operations can update asynchronously update the buffer if the window is open.