vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit f88b0aab1f13172f25dc6b6e2ab8a5744f163993 parent 8a501445f54d084336d7a694dfcee937ab00684d Author: Alan Urmancheev <108410815+alurm@users.noreply.github.com> Date: Thu, 17 Apr 2025 22:31:41 +0300 vis.1: fix typo Diffstat:
| M | man/vis.1 | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/vis.1 b/man/vis.1 @@ -1424,7 +1424,7 @@ which memory maps the file from disk and uses OS capabilities as caching layer or .Ar auto which tries the former for files smaller than 8Mb and the latter for -lager ones. +larger ones. WARNING: modifying a memory mapped file in-place will cause data loss. .It Ic layout Op Do v Dc or Do h Dc Whether to use vertical or horizontal layout.