On Wed, Apr 12, 2006 at 09:42:54AM -0400, John R. Culleton wrote: > Assume I am in a Gvim session and I hit an F-key which in turn > executes an external program. The external program directs text > to sysout. Can I make this appear in the Gvim text? Or do I need > to direct it to a temp file and have a > :read > function in the script?
:read !ls -l ?? -- Johannes
