John R. Culleton Sent April 12, 2006 6:43 AM > 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? > > Linux system and probably Tcl/Tk as the programming language.
Map the F-key to something like :read !<external program> --Suresh
