Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: source-changes
Date: 08/08/1999 00:23:47
Module Name:	pkgsrc
Committed By:	rh
Date:		Sun Aug  8 07:23:47 UTC 1999

Modified Files:
	pkgsrc/editors/vim: Makefile
	pkgsrc/editors/vim/files: md5 patch-sum
	pkgsrc/editors/vim/patches: patch-ab patch-ae
	pkgsrc/editors/vim/pkg: PLIST
Removed Files:
	pkgsrc/editors/vim/patches: patch-af

Log Message:
Update vim to 5.4

Notable changes are:

- Recognizing file types and syntax highlighting has been separated.  This
  allows you to add your own file type specific items.  And syntax
  highlighting is more flexible.
- Now includes syntax highlighting for over 150 file types.
- Vim scripts have been improved: Line continuation with a backslash, more
  built-in functions, etc.
- The hit-return prompt is avoided by truncating messages.  A message history
  has been added to view previous (untruncated) messages.
- Support for encryption of files.
- Quickfix support extended to support more error formats, including
  multi-line error messages and change-directory messages.
- Menus can be used in console mode.  The wildmenu feature offers menu-like
  command line completion.
- Several useful commands and options added.
- Many improvements for existing commands.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/editors/vim/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/editors/vim/files/md5
cvs rdiff -r1.3 -r1.4 pkgsrc/editors/vim/files/patch-sum
cvs rdiff -r1.2 -r1.3 pkgsrc/editors/vim/patches/patch-ab \
    pkgsrc/editors/vim/patches/patch-ae
cvs rdiff -r1.2 -r0 pkgsrc/editors/vim/patches/patch-af
cvs rdiff -r1.7 -r1.8 pkgsrc/editors/vim/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.