Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 21 Mar 2005 13:52:46 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: Re: Using vi in UNIX mode instead of DOS mode In-Reply-To: <20050321184233.GA11987@trixie.casa.cgf.cx> Message-ID: References: <20050321184233 DOT GA11987 AT trixie DOT casa DOT cgf DOT cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 21 Mar 2005, Christopher Faylor wrote: > On Mon, Mar 21, 2005 at 01:39:42PM -0500, Igor Pechtchanski wrote: > >On Mon, 21 Mar 2005, Reid Thompson wrote: > > > >> Auteria Wally Winzer Jr. wrote: > >> > Is there anyway of telling vi to use UNIX-mode editing > >> > as supposed to DOS-mode? I want to avoid all the > >> > "^M"'s when transferring files from Windows to UNIX, > >> > even though I use dos2unix to remove them, I want to just simply > >> > avoid that step. > >> > > >> > Any and all assistence is grately appreciated. > >> > > >> > Regards, > >> > Auteria W. Winzer Jr. > >> > >> :help fileformat > >> > >> reid > > > >...or use binary mounts. > > I think vim will still "help" you even if you have binary mounts though, > won't it? I just noticed that one of the files that I was editing on > UNIX had CRLF line endings and vim was nice enough to mask that fact for > me. I would expect binary mounts to behave similarly. Yes, it'll "help", but I understood the OP's question as how to get new files written by VIm to have LF line endings *by default*. Once you already have a file with CRLF line endings, Reid's answer about 'fileformat' is the way to go. Also, the 'fileformats' option (note the 's' at the end) configures this behavior (":se ffs=unix" will turn off this "help"). Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/