ls |vim -c "..." freezes Windows Command Prompt

2008-12-13 Thread bgold12
Hey, I've just discovered this amazing thing where I can call vim from the Windows Command Prompt and execute a command directly with the -c flag, which makes a certain C program I'm trying to write easier. But I've also discovered that when I do this from the command prompt myself (i.e. not from

Re: ls |vim -c "..." freezes Windows Command Prompt

2008-12-13 Thread Matt Wozniski
On Sun, Dec 14, 2008 at 2:49 AM, bgold12 wrote: > > Hey, > > I've just discovered this amazing thing where I can call vim from the > Windows Command Prompt and execute a command directly with the -c > flag, which makes a certain C program I'm trying to write easier. But > I've also discovered that

Re: ls |vim -c "..." freezes Windows Command Prompt

2008-12-14 Thread Tony Mechelynck
On 14/12/08 08:49, bgold12 wrote: > Hey, > > I've just discovered this amazing thing where I can call vim from the > Windows Command Prompt and execute a command directly with the -c > flag, which makes a certain C program I'm trying to write easier. But > I've also discovered that when I do this