Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <002801c17177$d7bcb500$b90806c0@vipin> Reply-To: "vip" From: "vipin aravind" To: , References: Subject: Re: Unix/DOS text mode? Date: Tue, 20 Nov 2001 09:30:07 +0530 Organization: Wipro Technologies MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------InterScan_NT_MIME_Boundary" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 --------------InterScan_NT_MIME_Boundary Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit you need set fileformat=dos. you may try removing the ctrl-m's like this too for a session :%s/^M//g where ^ is produced by typing ctrl-v. vipin ----- Original Message ----- From: To: Sent: Tuesday, November 20, 2001 2:30 AM Subject: Unix/DOS text mode? > After an upgrade, I seem to have lost all sanity in vi(m). > I used to see .txt files the same with notepad or vi, but > now in vi every line ends with a blue ^M. I've played > with mount -[t|b] and tried [un and re]installing vim but I'm > stumped. The thing is, it seems to have also disabled all > the nice search string history/recall (I guess because .viminfo > also shows those damned ^M's). What have I done > or what has cygwin done? I guess other stuff got upgraded, > too, but I don't know what. > > Thanks, > Albert Galick > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > --------------InterScan_NT_MIME_Boundary Content-Type: text/plain; name="InterScan_Disclaimer.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="InterScan_Disclaimer.txt" ------------------------------------------------------------------------------------------------------------------------- Information transmitted by this E-MAIL is proprietary to Wipro and/or its Customers and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please notify us immediately at mailto:mailadmin AT wipro DOT com and delete this mail from your records. ---------------------------------------------------------------------------------------------------------------------- --------------InterScan_NT_MIME_Boundary Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ --------------InterScan_NT_MIME_Boundary--