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:
Read more
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:
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...
Read more