maktaba#system#Call() should capture stdout and stderr even when mode is 'foreground'
Open
enhancement
- Dominant language
- Vim Script
- Stars
- 588
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
`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.
Contributor guide
Assessment
This issue has not been assessed yet.