X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 	tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <20090210164852.GV5416@calimero.vinschen.de>
References: <2bf229d30902100655j4e0550d3q3f830b7229a2160e@mail.gmail.com> 	 <20090210150322.GS5416@calimero.vinschen.de> 	 <2bf229d30902100705x3ec552c6p2114a2f42b3b5f48@mail.gmail.com> 	 <20090210151332.GT5416@calimero.vinschen.de> 	 <2bf229d30902100717p748855a2pfe3b9d6de33dbaba@mail.gmail.com> 	 <20090210152949.GU5416@calimero.vinschen.de> 	 <20090210164852.GV5416@calimero.vinschen.de>
Date: Tue, 10 Feb 2009 13:11:27 -0500
Message-ID: <2bf229d30902101011k15af32d8odc9ec470d71341a6@mail.gmail.com>
Subject: Re: 1.7 - Odd behaviour with vim
From: Chris Sutcliffe <ir0nh34d@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

> On second thought, is it possible that you're using a native vim as well
> and so maybe have a vim rc file with DOS paths in it?  Or an environment
> variable containing a DOS path which is referred by both vims, as, say,
> $VIM or $VIMRUNTIME?

Yep, that was it, in one of my functions in .vimrc I was appending a
'\tags' to the end, I now have added a 'if has("win32unix")' condition
to append '/tags' to the string (I use a common .vimrc for both native
and Cygwin vim).  I don't recall seeing this behaviour in Cygwin
1.5.x, but never the less I'm all good now.

Cheers!

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org

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

