delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/09/28/14:03:50

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Message-ID: <3BB4BB14.2250D4AE@airflash.com>
Date: Fri, 28 Sep 2001 11:01:56 -0700
From: "Alex Tang" <altitude AT airflash DOT com>
X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Chris AT Icarian DOT com
CC: kevin DOT schnitzius AT citrix DOT com, cygwin AT cygwin DOT com
Subject: Re: vim 6.0 & funny ^M
References: <D7E50C34B370D311AADC0090273B2DAE065D86AA AT messaging1 DOT icarian DOT com>


Chris AT Icarian DOT com wrote:

> Thanks for the reply, do you know if:
>
> 1) If setting fileformat="dos", will write files as dos files with <CR><NL>?

Yes


> 2) If I wanted to have the files written as unix files with the EOL as just
> <NL>, fileformat should be "unix".

Yes


> 3) is there an easy way I can convert a file within vim from <CR><NL> to
> <NL>

If you have a file opened in "dos" mode, and you want to save it as unix mode,
do "set fileformat=unix" and then save the file.

You should read the VIM help on "fileformat" and "fileformats".  Basically, you
should set your fileformats variable to "dos,unix".  If the fileformats variable
is set, vim will try to perform automatic detection of the file type based on
the first CR/NL/CRNL in the file.

I think that fileformats is set properly by default in the standard VIM
distribution, however i tweak my config pretty heavily, so i'm not fully sure
about this.

If all else fails, and you have a file that has a mix of <CR> and <CR><NL>, you
can always do:

    :%s/<Ctrl-V><Ctrl-M>//g


> 4) Is there a dos2unix for cygwin &

Check out the the d2u and u2d programs in the "misc" package in CygUtils-1.1:
"http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/misc/index.html"


Just my 2 cents...

Good Luck.

...alex...



--
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019