diff options
author | martti <martti> | 2004-06-21 08:23:48 +0000 |
---|---|---|
committer | martti <martti> | 2004-06-21 08:23:48 +0000 |
commit | dca5f8d9c8377a61ba819099c146c62fb06a72fe (patch) | |
tree | 9e3ad0bf1c185f6711c3fb5ae513e53567a164e8 /editors/vim-xaw | |
parent | e38e5156f3354fab2791f6a320ab02acb51deb52 (diff) | |
download | pkgsrc-dca5f8d9c8377a61ba819099c146c62fb06a72fe.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 |