X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type :content-transfer-encoding; q=dns; s=default; b=a6NZgxe9Cz551+Fj lSmmRC+4LsAtv59aH9QDQdkAebqAYDHcCG0WtedPzh/xgxEY4JlXoA2ETX/C6VAC 0Gvk5ycrvxWCtkAvezBWZ5jo/W6s/iIA4g9kvIE+5YkLcb7yVuiZx8fE7Z+GvvqA QtTHdLaJMzriVHFS0Xnea3COONQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type :content-transfer-encoding; s=default; bh=kGUlfQFnf9i9I4VfcXM/UI SzKwk=; b=Z038v/arKGL6N/j4cZ/XE1xHDx0RoplPTe4CVtne6Bq0YPt17gqOLD SSs8S2/SHXzdAxE4T1Os53/jwscPjqh8WIcvoKNUGB16NbS9K4XuTx5Oy+B6R2Xh OPxqqqxDU3YIbDajRwHe3PPhZ6fbIOuYiImFnyOhyqLZd8Msuq0k4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_05,KHOP_THREADED autolearn=ham version=3.3.2 X-HELO: kautler.net X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=eStg4yKNio3MEepOWnla373k/CxquZcrRd4AbDQ2JZM=; b=i4DwWCKKl1Y3BD+kYah3cD9E/G8vDYlDvXqF4tuMsUlf+OHVqwcQI+Z/kKDTzQ2MTZ pD8l4kB8tAN/mnXa0iDEIfDOVESjQtneeqVV+DBnzA/p1qEuJeTAE1i3h0g2G0ZBQr7q Bv7NIgZESPKQheOVdMK3N6qQzYaoaHsiQXStVtdhJ+p5g3LTD5E7wnOr2aY6yKHF0S5J SnS5Q/qdiFWdjN9j2nkIjKmyyPv1RDhKDxBAsZhnsgwm6I5dliVr3btzdjpHMiYSnEnU cCynMG/UQ3zW5VvpxJSOg42K/dII7/FtkJAZvVXfFIc9p4kwj1PQgh3+0Cr0mkJkcSjW caTw== X-Received: by 10.221.6.195 with SMTP id ol3mr872782vcb.34.1379349701394; Mon, 16 Sep 2013 09:41:41 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <52096B42.8010702@Kautler.net> References: <52096B42 DOT 8010702 AT Kautler DOT net> From: =?ISO-8859-1?Q?Bj=F6rn_Kautler?= Date: Mon, 16 Sep 2013 18:41:20 +0200 Message-ID: Subject: Re: [ANNOUNCEMENT] Updated: vim-7.3.1152-1 To: yselkowitz AT users DOT sourceforge DOT net Cc: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r8GGg6uQ000849 Hi Yaakov, is this fixed in the new Vim release? Regards 2013/8/13 Björn Kautler : > Hi Yaakov, > > I'm wondering that noone mentioned it before, but maybe everyone is using ~/.vimrc or they were not as puzzled as me and tried to find out what went wrong. > > After updating to your latest vim build 1152, vim started to behave really unexpected, no syntax coloring, only one undo step and doing undo again did a redo, ... > > In the meantime I found out that your 7.3-virc.patch is the culprit, it replaces > > # define SYS_VIMRC_FILE "$VIM/vimrc" > > by > > # ifdef FEAT_NORMAL > # define SYS_VIMRC_FILE "/etc/vimrc" > # else > # define SYS_VIMRC_FILE "/etc/virc" > # endif > > which changes system vimrc file from /etc/vim/vimrc to /etc/vimrc for normal vim usage. > This way no options are set and vim starts its strange behaviour. > > I guess the new block of code should probably more likely be > > # ifdef FEAT_NORMAL > # define SYS_VIMRC_FILE "$VIM/vimrc" > # else > # define SYS_VIMRC_FILE "$VIM/virc" > # endif > > or at most > > # ifdef FEAT_NORMAL > # define SYS_VIMRC_FILE "$VIM/vimrc" > # else > # define SYS_VIMRC_FILE "/etc/virc" > # endif > > Regards > Björn > > > > Am 11.06.2013 00:47, schrieb Yaakov (Cygwin/X): >> The following packages have been updated for the Cygwin distribution: >> >> *** vim-7.3.1152-1 >> *** vim-common-7.3.1152-1 >> *** vim-minimal-7.3.1152-1 >> *** xxd-7.3.1152-1 >> *** gvim-7.3.1152-1 >> >> Vim is an advanced text editor that seeks to provide the power of the >> de-facto Unix editor 'Vi', with a more complete feature set and a choice >> of terminal and GTK+ interfaces. >> >> This is an update to last week's upstream patchset, with the following packaging changes: >> >> * The 'vi' binary now uses ~/.virc and /etc/virc instead of vimrc to avoid errors with configuration options not supported by 'vi'. >> >> * gvim on x86_64 uses the GTK+ interface. >> > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple