On 5/18/06, Wijaya Edward <[EMAIL PROTECTED]> wrote:
Is there a way to enable history view of
all the shell command executed under vim,
i.e. with :! shell_command

In an indirect way, sort of, yes. You need to, first, pull all history
lines (using either redir+:history, or using histget() function), and second,
filter out lines not beginning with '!'. Finally, you'd add resulting lines
into temp buffer for viewing. Is this what you are looking for ?

Yakov

Reply via email to