junegunn / junegunn/vader.vim

Provide a helper to log output of command

Open
#77 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.