vim

marrs 2023-05-01T12:43:57.005189Z

Does anyone have any strategies for capturing repl output in vim-fireplace? I can use select/middle-click to extract output but I'd really like to have this stuff in a text buffer so that I can scroll it and edit it in place

2023-05-01T14:03:48.497729Z

you can use :Eval! to evaluate under the cursor and replace it with the result. but if you mean *out* output, I'm not aware of a good way to do that in Fireplace. (I actually switched to Conjure partly to get a persistent log buffer like this.)

marrs 2023-05-01T14:10:56.886959Z

Thanks. Perhaps I'll raise a feature request after I've given it some thought

Jan K 2023-05-01T14:24:36.633619Z

Try the :Last command after evaluating something

Martynas Maciulevičius 2023-05-01T17:38:49.947289Z

I don't use fireplace and instead I use conjure. This captures it by default but sometimes some of the messages also appear in the REPL buffer. So not fully bulletproof.