diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-29 17:24:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-29 17:24:46 +0800 |
commit | cb2ace8acbef8aa393661beb426ba85c998c82a2 (patch) | |
tree | 69d46880e3cf40296a70ca035e00c8cc0a46cf13 /editors/Makefile | |
parent | a12258e1c6ca2cbd981cde59c54ef86317cff13e (diff) | |
download | freebsd-ports-gnome-cb2ace8acbef8aa393661beb426ba85c998c82a2.tar.gz freebsd-ports-gnome-cb2ace8acbef8aa393661beb426ba85c998c82a2.tar.zst freebsd-ports-gnome-cb2ace8acbef8aa393661beb426ba85c998c82a2.zip |
Yzis a vi-like editor inspired by Vim.
It aims to be a powerful, fast editor with all of Vim's
features and hopefully, at some point, more.
WWW: http://www.yzis.org
PR: ports/123907
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com>
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index bf189e503754..2d2e860f8d30 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -194,6 +194,7 @@ SUBDIR += xxe SUBDIR += yudit SUBDIR += yui + SUBDIR += yzis SUBDIR += zed SUBDIR += zile SUBDIR += zim |