diff options
author | martti <martti@pkgsrc.org> | 2003-06-02 07:27:24 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-06-02 07:27:24 +0000 |
commit | e2a099818ce5ffd00584e02a8d84450bd7582c7f (patch) | |
tree | 4fbae391e2eda6342b82699d471523dbc632b5ca /editors/vim-gtk | |
parent | 08302c82fa21212d06a071e043d6c56ae8b6e1b5 (diff) | |
download | pkgsrc-e2a099818ce5ffd00584e02a8d84450bd7582c7f.tar.gz |
Updated vim to 6.2.0
This is a bugfix release of Vim. Since Vim 6.1 hundreds of reported
problems have been fixed. Also included are new and updated syntax
files, translated menus and messages.
The main new features are:
- Support for GTK 2. (Daniel Elstner)
- Support for editing Arabic text. (Nadim Shaikli & Isam Bayazidi)
- ":try" command and exception handling. (Servatius Brandt)
- Support for the neXtaw GUI toolkit (mostly like Athena). (Alexey Froloff)
- Support for PostScript printing in various 8-bit encodings. (Mike Williams)
Diffstat (limited to 'editors/vim-gtk')
-rw-r--r-- | editors/vim-gtk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile index 553c5011685..47e12fbbe73 100644 --- a/editors/vim-gtk/Makefile +++ b/editors/vim-gtk/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2003/05/02 11:54:46 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2003/06/02 07:27:24 martti Exp $ .include "../vim-share/Makefile.common" PKGNAME= vim-gtk-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 GTK+ GUI |