vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 91799ca629b28c54b2111555c6c786d5c5748e43 parent d52e6c64b9fd29031da661ceb6b6f1c621b1629d Author: Felix Van der Jeugt <felix.vanderjeugt@posteo.net> Date: Mon, 13 Feb 2023 20:32:30 +0100 update changelog Diffstat:
| M | CHANGELOG.md | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -2,6 +2,10 @@ - add a changelog - fix warning by dealing with error value from fchdir in text-io.c +- fix documentation of initial value to 'syntax' option +- fix a ~ being considered a special character in path patterns (except at the start) +- improvements to and clean-up of vis-open + ## [0.8] - 2022-11-01