diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-01-31 13:58:43 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-01-31 13:58:43 +0000 |
commit | af8b56bb00cb1067f6db169c2dc942d92e3fc7dd (patch) | |
tree | 900cf0609ca3af5d36fe34a0cbfe648292582b30 /editors/Makefile | |
parent | f0b20f01594d7d65e95f9affb271edff74e09c1b (diff) | |
download | freebsd-ports-af8b56bb00cb1067f6db169c2dc942d92e3fc7dd.zip |
xed is a small and lightweight text editor, which supports most standard
editing features, plus several not typically found in one's average text
editor (plugins being the most notable of these).
WWW: https://github.com/linuxmint/xed
This is not a resurrection of the previous `editors/xed' that was removed
in r506581 as abandonware.
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 20d5e518144b..f28c603c4e76 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -254,6 +254,7 @@ SUBDIR += wordgrinder SUBDIR += wxhexeditor SUBDIR += xcoral + SUBDIR += xed SUBDIR += xi-core SUBDIR += xi-term SUBDIR += xmlcopyeditor |