vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit fa1c7275a0bffb1e788cee0dbc183d9c035cd736 parent 26c16ce4c9983fb1e11595e636458850c33e74b5 Author: Matěj Cepl <mcepl@cepl.eu> Date: Thu, 12 Jun 2025 18:49:35 +0200 doc: fix Markdown in CHANGELOG.md Diffstat:
| M | CHANGELOG.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -186,7 +186,7 @@ and directory descriptors - do not unlink `file~` when saving `file` - introduce distinct `vis-menu(1)` exit codes -- modify Lua package.path to include <plugin>/init.lua +- modify Lua package.path to include `<plugin>/init.lua` - performance improvements for the HTML, XML and YAML lexers - new Julia and Elm lexers, better defaults for standard text lexer @@ -214,7 +214,7 @@ and - always apply `:|` command to existing selections - fix terminal UI on serial console - various code cleanups, removal of VLA -- <Escape> resets count, if applicable +- `<Escape>` resets count, if applicable - fix `:X` and `:Y` commands which were interchanged - don't strip executables by default, provide install-strip target