sjl / clam.vim

A lightweight Vim plugin for working with shell commands.
MIT License
151 stars 12 forks source link

Restore last output #5

Closed rainerborene closed 12 years ago

rainerborene commented 12 years ago

Is there anyway to restore the output of the latest command executed?

sjl commented 12 years ago

No, the command buffers are wiped out once you close them by design. Clam's meant for small commands that you run and then forget about.