vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit a0ec0f2145d01dc2c48c3e2c8e4006e21700b5e1 parent b8ceffd8b72ce88a365c60362e4597d015efdd26 Author: Peter Nagy <xificurC@gmail.com> Date: Thu, 15 Feb 2018 07:49:45 +0100 man: add a note about the visrc.lua structure to vis.1 As seen in #669 I didn't *get it* one needs to have a special stub in `visrc.lua` for everything to work properly. Putting at least a few words in the man page might help some others like me in the future :) Close #671 Diffstat:
| M | man/vis.1 | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/man/vis.1 b/man/vis.1 @@ -1509,6 +1509,11 @@ or depending on the build configuration. .El . +.Pp +When creating a new +.Pa visrc.lua +be sure to copy the structure from here. +. .Sh EXIT STATUS . .Ex -std