delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2012/07/18/20:02:26

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 <garyjohn AT spocom DOT com>
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: <announce DOT 1341742090 DOT 5944 DOT 13 DOT camel AT YAAKOV04>
MIME-Version: 1.0
In-Reply-To: <announce.1341742090.5944.13.camel@YAAKOV04>
User-Agent: Mutt/1.5.20 (2009-06-14)
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
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

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

- Raw text -


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