vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 4a64834cd7be14b319639226bda5baad9334e31a parent 89c2239486233fc3eea0e02a1dbcddcaa57f44d9 Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 24 Jan 2020 10:52:13 +0100 Merge branch 'add-layout-option' of https://github.com/kdsch/vis Diffstat:
| M | man/vis.1 | | | 2 | +- |
| M | sam.c | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/vis.1 b/man/vis.1 @@ -1409,7 +1409,7 @@ caching layer or which tries the former for files smaller than 8Mb and the latter for lager ones. WARNING: modifying a memory mapped file in-place will cause data loss. -.It Ic layout , Ic lay Op Do v Dc or Do h Dc +.It Ic layout Op Do v Dc or Do h Dc Whether to use vertical or horizontal layout. .El diff --git a/sam.c b/sam.c @@ -382,7 +382,7 @@ static const OptionDef options[] = { VIS_HELP("Change 256 color palette to support 24bit colors") }, [OPTION_LAYOUT] = { - { "layout", "lay" }, + { "layout" }, VIS_OPTION_TYPE_STRING, VIS_HELP("Vertical or horizontal window layout") },