Ich habe Pentadactyl schon lange nicht benutzt und habe es derzeit nicht installiert, aber ich schaue mir die Dokumentation an:
Auszug:
:! Run an external command. Runs through system() and displays its output. Any ‘!’ in is replaced with the previous external command, so long as it is not preceded by a backslash and 'banghist' is enabled. :sil:silent:sil[ent] Execute a command silently. Normal messages and error messages generated by the command invocation will not be displayed and will not be added to the message history.
Wenn Sie !
jetzt verwenden und die Ausgabe erhalten, :sil
funktionieren Sie vielleicht so, wie Sie möchten?
Alternativ dazu :verb
:
:[count]verb[ose] Execute a command with 'verbose' set to [count]. If [count] is not specified then 1 is used.
könnte eine bessere Option sein.