diff options
author | martti <martti@pkgsrc.org> | 2006-05-09 06:36:48 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-05-09 06:36:48 +0000 |
commit | 6937e4e06c3f8fca5ba682b8d57cc2bcb498e0c0 (patch) | |
tree | 1765315b84b7362c123f7efc949dcc8e442e06f4 /editors/vim-gtk2 | |
parent | 16a6411e90800963f3f80f03e11753b2e3665572 (diff) | |
download | pkgsrc-6937e4e06c3f8fca5ba682b8d57cc2bcb498e0c0.tar.gz |
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".
Diffstat (limited to 'editors/vim-gtk2')
-rw-r--r-- | editors/vim-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-gtk2/Makefile b/editors/vim-gtk2/Makefile index c401a8bebe8..6b8307f96e9 100644 --- a/editors/vim-gtk2/Makefile +++ b/editors/vim-gtk2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2006/04/17 13:46:22 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2006/05/09 06:36:48 martti Exp $ PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 1 +#PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 GTK2 GUI |