- Aug
- 149
- 4
I use vim and gvim a lot and came across something weird of late. In particular, I can pipe the output of a command into vim easily enough like the following:
Any ideas how I might get piping to work into gvim from TakeCommand 31? Thanks!
That opens vim with the contents of my current directory loaded into a buffer. I can use the very same command with gvim instead in a Windows CMD shell just fine:dir | vim -
That opens gvim with the contents of my current directory loaded into a buffer. But here's the problem: it doesn't work when I use TakeCommand 31 instead. All I ever get is an empty buffer opened in gvim. To be clear, it works fine with vim in TakeCommand 31`, so I assume it's got something to do with the way TakeCommand handles piping to a GUI app rather than a console app. But that's only a guess on my part.,dir | gvim -
Any ideas how I might get piping to work into gvim from TakeCommand 31? Thanks!