diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-14 18:52:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-14 18:52:42 +0000 |
commit | 61979de761c5deb1618633b00f15296a71f52e3d (patch) | |
tree | 3e3043c82405a59a898921017499efdc0683eb05 /editors | |
parent | a70c40d82b75f37768ae84dff63fcf9bfdab71b6 (diff) | |
download | FreeBSD-ports-61979de761c5deb1618633b00f15296a71f52e3d.zip FreeBSD-ports-61979de761c5deb1618633b00f15296a71f52e3d.tar.gz |
And `vim-lite' was born.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index ed253e23..f2b33ba 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.80 1999/06/22 22:26:40 gj Exp $ +# $Id: Makefile,v 1.81 1999/07/01 15:02:11 shige Exp $ # SUBDIR += AbiWord @@ -63,6 +63,7 @@ SUBDIR += vile SUBDIR += vilearn SUBDIR += vim5 + SUBDIR += vim-lite SUBDIR += wemi-emacs SUBDIR += wemi-emacs-current SUBDIR += wemi-emacs20 |