From e2a099818ce5ffd00584e02a8d84450bd7582c7f Mon Sep 17 00:00:00 2001 From: martti Date: Mon, 2 Jun 2003 07:27:24 +0000 Subject: 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) --- editors/vim-gtk/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'editors/vim-gtk') 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 -- cgit v1.2.3