I want to redirect the output of some Windows program directly to gvim basically for searching the output. Say for example the result of findstr cmd. Is it possible to do th
If you're already in Vim you can use the r command to read like this:
r
:r !
E.g.
:r !dir