Op donderdag 18 mei 2006 16:38, schreef Wijaya Edward:
> Hi,
>
> Is there a way to enable history view of
> all the shell command executed under vim,
> i.e. with :! shell_command

Well, as long as the info is known by vim (see :help viminfo), you could do:
q:
to open the command-line window

and then:
g/^!/p
to print all the lines beginning with !


Regards,


Peter Palm

Reply via email to