Vim: Add a RustRun function to run the current buffer contents#7787
Vim: Add a RustRun function to run the current buffer contents#7787dotdash wants to merge 1 commit intorust-lang:masterfrom
Conversation
This allows to run the contents of a buffer through "rust run" and show the results in a scratch buffer. Handy for things that are just a bit too big to be done comfortably in rusti. Refs rust-lang#7747
|
Certainly a good idea, but I'm not really happy with this in its current form.
What do you think? |
|
@chris-morgan @dotdash any update on this? it has been languishing in the queue for a while. I'm happy to just rubber stamp it, but the concerns are valid. |
|
I'll probably not get around to fix this any time soon. I'll be happy if anyone picks this up, but would not like to see it merged as is, especially, but not only, because of the annoying |
|
I'm going to close this; if anyone wants to fix it, they can reopen it or submit a new PR :-) |
This allows to run the contents of a buffer through "rust run" and show
the results in a scratch buffer. Handy for things that are just a bit
too big to be done comfortably in rusti.
Refs #7747