diff options
author | martti <martti@pkgsrc.org> | 2004-06-21 08:23:48 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-06-21 08:23:48 +0000 |
commit | a02a37ca1351c48ebf389ffdb91137c0ad3496e7 (patch) | |
tree | 9e3ad0bf1c185f6711c3fb5ae513e53567a164e8 /editors/vim-xaw | |
parent | 35f0f4cf30ff670cf934ea697830c991c8935ae2 (diff) | |
download | pkgsrc-a02a37ca1351c48ebf389ffdb91137c0ad3496e7.tar.gz |
Updated vim to 6.3
This is a bugfix release of Vim. Since Vim 6.2 hundreds of reported
problems have been fixed. Also included are new and updated syntax
files, translated menus and messages.
Diffstat (limited to 'editors/vim-xaw')
-rw-r--r-- | editors/vim-xaw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile index 09c572a85ad..8054a26407d 100644 --- a/editors/vim-xaw/Makefile +++ b/editors/vim-xaw/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2004/04/25 01:46:11 snj Exp $ +# $NetBSD: Makefile,v 1.30 2004/06/21 08:23:48 martti Exp $ .include "../vim-share/Makefile.common" PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 1 +#PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 Athena GUI |