delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/10/26/03:54:57

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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: Wed, 26 Oct 2005 09:54:44 +0200
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: VIM - Vi IMproved 6.4 (2005 Oct 15, compiled Oct 17 2005 11:54:34
Message-ID: <20051026075444.GB15340@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <A4E3891E681AC442BDC781C89393235901BFD874 AT d10sm004 DOT de10 DOT cocreate DOT com> <20051020144227 DOT GB28514 AT trixie DOT casa DOT cgf DOT cx> <dj91f2$rbd$1 AT sea DOT gmane DOT org> <20051024133259 DOT GA24278 AT calimero DOT vinschen DOT de> <djm00r$465$1 AT sea DOT gmane DOT org>
Mime-Version: 1.0
In-Reply-To: <djm00r$465$1@sea.gmane.org>
User-Agent: Mutt/1.4.2i

On Oct 25 12:11, Shankar Unni wrote:
> Corinna Vinschen wrote:
> 
> >No, it doesn't.  I just tried it in 6.3 and this behaviour is the same
> >as in 6.4.
> 
> ??
> 
> % pwd
> /cygdrive/c/temp/test
> % ls
> % touch x
> % ls -li
> 20547673299962566 -rw-rw-rw-  1 shankar None 0 Oct 25 12:10 x
> % vim X
> % ls -li
> total 1
> 20547673299962566 -rw-rw-rw-  1 shankar None 6 Oct 25 12:10 x
> 
> % mount
> <...>
> c: on /cygdrive/c type system (textmode,noumount)
> 
> 
> Case preserved, and looks like it overwrote the old file (instead of 
> moving it out of the way and writing a new file).  Running cygwin 
> 1.5.18-1, vim 6.3-1 and cygwin 1.5.18-1, but a snapshot DLL:

You're doing something differently here, perhaps in vim itself.
I can easily reproduce with vim 6.3:

  $ touch x
  $ ls -li
  $ total 0
  3096224744087416 -rw-r--r--  1 corinna root 0 Oct 26 09:53 x
  $ vim --version | grep IMp
  VIM - Vi IMproved 6.3 (2004 June 7, compiled Oct 24 2005 15:22:43)
  $ vim X
  :w
  :q
  $ ls -li
  total 0
  2814749767376804 -rw-r--r--  1 corinna root 0 Oct 26 09:54 X


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat, Inc.

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

- Raw text -


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