vim-maktaba icon indicating copy to clipboard operation
vim-maktaba copied to clipboard

maktaba#system#Call() should capture stdout and stderr even when mode is 'foreground'

Open dbarnett opened this issue 12 years ago • 0 comments

maktaba#system#Call captures stdout and stderr output so vim plugins can process it programmatically, but that's only implemented for 'hidden' mode. It would be useful to be able to capture output from foreground mode, in addition to having it displayed on the screen.

This might require some kind of hack possibly using GNU tee.

dbarnett avatar Dec 15 '13 22:12 dbarnett