Subject: CVS commit: pkgsrc/editors
To: None <pkgsrc-changes@NetBSD.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 05/09/2006 06:36:48
Module Name:	pkgsrc
Committed By:	martti
Date:		Tue May  9 06:36:48 UTC 2006

Modified Files:
	pkgsrc/editors/vim-gtk2: Makefile
	pkgsrc/editors/vim-lang: PLIST
	pkgsrc/editors/vim-motif: Makefile
	pkgsrc/editors/vim-share: Makefile Makefile.common PLIST distinfo
	    version.mk
	pkgsrc/editors/vim-share/patches: patch-aa patch-ab patch-ad patch-zb

Log Message:
Update vim to 7.0.0

Since Vim 6.4 many new features have been added.  To mention a few:

- Spell checking support for about 50 languages
- Intelligent completion for C, HTML, Ruby, Python, PHP, etc.
- Tab pages, each containing multiple windows
- Undo branches: never accidentally lose text again
- Vim script supports Lists and Dictionaries (similar to Python)
- Vim script profiling
- Improved Unicode support
- Highlighting of cursor line, cursor column and matching braces
- Translated manual pages support.
- Internal grep; works on all platforms, searches compressed files
- Browsing remote directories, zip and tar archives
- Printing multi-byte text

Once you have installed Vim 7.0 you can find details about the changes
since Vim 6.4 with ":help version7".


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/editors/vim-gtk2/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/editors/vim-lang/PLIST
cvs rdiff -r1.21 -r1.22 pkgsrc/editors/vim-motif/Makefile
cvs rdiff -r1.20 -r1.21 pkgsrc/editors/vim-share/Makefile
cvs rdiff -r1.57 -r1.58 pkgsrc/editors/vim-share/Makefile.common
cvs rdiff -r1.6 -r1.7 pkgsrc/editors/vim-share/PLIST
cvs rdiff -r1.44 -r1.45 pkgsrc/editors/vim-share/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/editors/vim-share/version.mk
cvs rdiff -r1.9 -r1.10 pkgsrc/editors/vim-share/patches/patch-aa
cvs rdiff -r1.4 -r1.5 pkgsrc/editors/vim-share/patches/patch-ab
cvs rdiff -r1.8 -r1.9 pkgsrc/editors/vim-share/patches/patch-ad
cvs rdiff -r1.5 -r1.6 pkgsrc/editors/vim-share/patches/patch-zb

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