vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 806cbb1309c7db59f4cd874bc217d92a8fb938f9 parent f1a721a42d19d8aba556b8f97ce027c798dbe51c Author: Matěj Cepl <mcepl@cepl.eu> Date: Tue, 10 Jan 2023 23:23:17 +0100 Correct initial value of 'syntax' option, which is not 'off' Diffstat:
| M | man/vis.1 | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/vis.1 b/man/vis.1 @@ -1392,7 +1392,7 @@ sub directory of the paths listed in the .Sx FILES section. . -.It Cm syntax Op Cm off +.It Cm syntax Op Cm auto Syntax highlighting lexer to use, name without file extension. . .It Cm show-tabs Op Cm off