aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2025-06-12 18:49:35 +0200
committerRandy Palamar <randy@rnpnr.xyz>2025-06-13 08:19:26 -0600
commitf694179d1153eecc50c1179cf5ee8233639f9eba (patch)
tree8e38b044c97465c8d6b43a2cddab7e3d897683c9
parent18fb151c7d80c2e37a07177f39d186df50fccb14 (diff)
downloadvis-f694179d1153eecc50c1179cf5ee8233639f9eba.tar.gz
vis-f694179d1153eecc50c1179cf5ee8233639f9eba.tar.xz
doc: fix Markdown in CHANGELOG.md
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 394b15a..a688e54 100644
--- 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