diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-03-18 10:21:44 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-03-18 10:21:44 +0000 |
commit | 1f3c4e97c4a37df251ba4b05ec34b3249db231da (patch) | |
tree | b9d978676e3ebaf4736491f4f372caa8b457a72e | |
parent | Do the Right Thing when building static libraries. (diff) |
vim --> vim4
vim5beta --> vim5
gvim --> Attic (switch to vim5 for X11 support)
Diffstat (limited to '')
-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 |