public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Gary Johnson <garyjohn@spocom.com>
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] Updated: vim-7.3.566-1
Date: Thu, 19 Jul 2012 00:02:00 -0000	[thread overview]
Message-ID: <20120719000215.GA27620@phoenix> (raw)
In-Reply-To: <announce.1341742090.5944.13.camel@YAAKOV04>

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

      reply	other threads:[~2012-07-19  0:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-08 10:17 Yaakov (Cygwin/X)
2012-07-19  0:02 ` Gary Johnson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120719000215.GA27620@phoenix \
    --to=garyjohn@spocom.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).