diff options
author | tron <tron@pkgsrc.org> | 1998-02-19 21:48:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-19 21:48:56 +0000 |
commit | bab41a917570d112cb14c6e5ed3173b49b0546cf (patch) | |
tree | eb973507448e0329af28cd321e4d4249b41365ff /editors/Makefile | |
parent | a3a5e9bf10c75a5ba955a59c381e50df69cd39d3 (diff) | |
download | pkgsrc-bab41a917570d112cb14c6e5ed3173b49b0546cf.tar.gz |
Enable "vim".
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/Makefile b/editors/Makefile index ec66293d848..6ce217b63fa 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1997/10/29 19:52:51 explorer Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/19 21:48:56 tron Exp $ # FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp # @@ -22,8 +22,7 @@ # SUBDIR += uemacs # SUBDIR += uzap SUBDIR += vile -# SUBDIR += vim -# SUBDIR += vim5beta + SUBDIR += vim # SUBDIR += xcoral # SUBDIR += xed # SUBDIR += xemacs |