diff options
author | asami <asami@FreeBSD.org> | 1995-12-04 17:46:10 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-12-04 17:46:10 +0800 |
commit | 15bfd0f9f49173397c7f98af9e0cce8d5c707b41 (patch) | |
tree | ead65cb4f9cd73ed73116cbb0309c8c204f8c00b /editors | |
parent | b7d019bddeb29f84f6920e433ec8e24998e0e2ff (diff) | |
download | freebsd-ports-gnome-15bfd0f9f49173397c7f98af9e0cce8d5c707b41.tar.gz freebsd-ports-gnome-15bfd0f9f49173397c7f98af9e0cce8d5c707b41.tar.zst freebsd-ports-gnome-15bfd0f9f49173397c7f98af9e0cce8d5c707b41.zip |
Add vim.
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 29d8d492d9bd..33a30ebea746 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1995/11/02 08:21:27 asami Exp $ +# $Id: Makefile,v 1.25 1995/11/26 21:03:22 asami Exp $ # SUBDIR += axe @@ -10,6 +10,7 @@ SUBDIR += uemacs SUBDIR += uzap SUBDIR += vile + SUBDIR += vim SUBDIR += xcoral SUBDIR += xemacs SUBDIR += xvile |