Provide a helper to log output of command
Open
- Dominant language
- Vim Script
- Stars
- 599
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
I can do the following (and might be missing something altogether), but it would be nice if `Log` or a new command could handle this:
``` vim
redir @a
ls
redir END
Log @a
```
i.e. `LogCommand ls` or `LogEx ls` etc.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.