vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 6df25f470da52c6acc166b7d7413cb4f413cb927
parent 146fda51894e770b7d3eaa90ef8f7c507723a837
Author: Karl Schultheisz <kdsch@protonmail.com>
Date:   Thu, 23 Jan 2020 21:06:07 -0500

remove redundant layout option abbreviation

No need to explicitly specify "lay" as an abbreviation,
since "layout" already makes it available via prefix logic.

Diffstat:
Msam.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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") },