X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,TW_XX,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Date: Wed, 18 Jul 2012 17:02:15 -0700 From: Gary Johnson To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: vim-7.3.566-1 Message-ID: <20120719000215.GA27620@phoenix> Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On 2012-07-08, Yaakov (Cygwin/X) wrote: > The following packages have been updated for the Cygwin distribution: > > *** vim-7.3.566-1 > *** vim-common-7.3.566-1 > *** xxd-7.3.566-1 > *** gvim-7.3.566-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 the 20 June patchset. The default value of 'runtimepath' in this package is wrong. According to ":help 'runtimepath'", it should be (without the newlines), $HOME/.vim, $VIM/vimfiles, $VIMRUNTIME, $VIM/vimfiles/after, $HOME/.vim/after In this package it is instead, $HOME/.vim, $VIM, $VIMRUNTIME, $VIM/after, $HOME/.vim/after or literally, /home/garyjohn/.vim, /usr/share/vim, /usr/share/vim/vim73, /usr/share/vim/after, /home/garyjohn/.vim/after Note that the vimfiles subdirectory below $VIM is missing. The only way I can see that that could happen would be if configure was given the --with-global-runtime option with the wrong value, /usr/share/vim instead of /usr/share/vim/vimfiles. It is normally not necessary to use that option at all. Regards, Gary -- 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