Re: Running Indent in a Cygwin Shell from GVim

2013-05-17 Thread Linda W
Gary Johnson wrote: On 2013-05-02, Waters, Bill wrote: I think that the root of the problem is that in the shell from GVim the file is getting treated as binary instead of text. Not sure how to fix that. No... I'll be it's in the files he is indenting. His vim -- especially

Re: Running Indent in a Cygwin Shell from GVim

2013-05-02 Thread Ben Fritz
On Wednesday, May 1, 2013 9:11:52 PM UTC-5, Bill Waters wrote: This may be more of a Cygwin question, but I’ll see if you guys can help…   I am trying to use indent (http://www.gnu.org/software/indent/manual/indent.html) on my new Win7 machine.  When I ran it from GVim, I got a bunch

Re: Running Indent in a Cygwin Shell from GVim

2013-05-02 Thread George Dinwiddie
Bill, On 5/1/13 10:11 PM, Waters, Bill wrote: This may be more of a Cygwin question, but I’ll see if you guys can help… I am trying to use indent (http://www.gnu.org/software/indent/manual/indent.html) on my new Win7 machine. When I ran it from GVim, I got a bunch of ^M characters inserted

RE: Running Indent in a Cygwin Shell from GVim

2013-05-02 Thread Waters, Bill
-Original Message- From: vim_use@googlegroups.com [mailto:vim_use@googlegroups.com] On Behalf Of Ben Fritz Sent: Thursday, May 02, 2013 7:58 AM To: vim_use@googlegroups.com Subject: Re: Running Indent in a Cygwin Shell from GVim On Wednesday, May 1, 2013 9:11:52 PM UTC-5, Bill Waters

Re: Running Indent in a Cygwin Shell from GVim

2013-05-02 Thread Gary Johnson
On 2013-05-02, Waters, Bill wrote: I think that the root of the problem is that in the shell from GVim the file is getting treated as binary instead of text. Not sure how to fix that. Typing that gave me a thought... I removed these lines... set shell=c:/cygwin/bin/bash.exe

RE: Running Indent in a Cygwin Shell from GVim

2013-05-02 Thread Waters, Bill
-Original Message- From: vim_use@googlegroups.com [mailto:vim_use@googlegroups.com] On Behalf Of Gary Johnson Sent: Thursday, May 02, 2013 12:12 PM To: vim_use@googlegroups.com Subject: Re: Running Indent in a Cygwin Shell from GVim On 2013-05-02, Waters, Bill wrote: I think

Running Indent in a Cygwin Shell from GVim

2013-05-01 Thread Waters, Bill
This may be more of a Cygwin question, but I'll see if you guys can help... I am trying to use indent (http://www.gnu.org/software/indent/manual/indent.html) on my new Win7 machine. When I ran it from GVim, I got a bunch of ^M characters inserted into the result. I had the same problem