Hello, I am wondering if anyone is currently working on implementing the
':r! cmd' colon command for the vi applet?

If no one is working on this, then I have work-in-progress patch that attempts
to implement ':r! cmd' by modifing "read" in colon() to use popen() to open a
pipe to process the shell command, and fgets() to get the output of the shell
command to be read into the current edit buffer using string_insert().
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to