public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: vim-7.3.566-1
@ 2012-07-08 10:17 Yaakov (Cygwin/X)
  2012-07-19  0:02 ` Gary Johnson
  0 siblings, 1 reply; 2+ messages in thread
From: Yaakov (Cygwin/X) @ 2012-07-08 10:17 UTC (permalink / raw)
  To: cygwin

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.

-- 

Yaakov
Cygwin/X


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
================================

If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:

http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.



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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ANNOUNCEMENT] Updated: vim-7.3.566-1
  2012-07-08 10:17 [ANNOUNCEMENT] Updated: vim-7.3.566-1 Yaakov (Cygwin/X)
@ 2012-07-19  0:02 ` Gary Johnson
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Johnson @ 2012-07-19  0:02 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-19  0:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-08 10:17 [ANNOUNCEMENT] Updated: vim-7.3.566-1 Yaakov (Cygwin/X)
2012-07-19  0:02 ` Gary Johnson

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).