diff options
author | obrien <obrien@FreeBSD.org> | 1998-03-18 18:21:44 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-03-18 18:21:44 +0800 |
commit | 78aabd647c9ebb08e842a23d14fc79b7571ebd8b (patch) | |
tree | 7723be79fd572285bd70a0ffa41edf5b2c4f355e /editors/Makefile | |
parent | 980a359917f70c27516c352e5946789abbfb3832 (diff) | |
download | freebsd-ports-gnome-78aabd647c9ebb08e842a23d14fc79b7571ebd8b.tar.gz freebsd-ports-gnome-78aabd647c9ebb08e842a23d14fc79b7571ebd8b.tar.zst freebsd-ports-gnome-78aabd647c9ebb08e842a23d14fc79b7571ebd8b.zip |
vim --> vim4
vim5beta --> vim5
gvim --> Attic (switch to vim5 for X11 support)
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/Makefile b/editors/Makefile index bf2b9c6f264a..55313015d314 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.48 1998/02/19 16:49:40 itojun Exp $ +# $Id: Makefile,v 1.49 1998/03/16 14:10:23 tg Exp $ # SUBDIR += asedit @@ -8,7 +8,6 @@ SUBDIR += e93 SUBDIR += emacs SUBDIR += emacs20 - SUBDIR += gvim SUBDIR += jed SUBDIR += joe SUBDIR += jove @@ -25,8 +24,8 @@ SUBDIR += uzap SUBDIR += vile SUBDIR += vilearn - SUBDIR += vim - SUBDIR += vim5beta + SUBDIR += vim4 + SUBDIR += vim5 SUBDIR += xcoral SUBDIR += xed SUBDIR += xemacs |