summaryrefslogtreecommitdiffstats
path: root/vis.changes
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-04-21 17:59:21 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-04-21 17:59:21 +0200
commita98941dfb4054e4e5ba6c816fc6faa2904586a33 (patch)
tree344d70148daa2a93acad1f576296c1116f7c894d /vis.changes
parenteaf5135e080a5e5955a175603e4478b892fa4f4c (diff)
downloadvis-pkg-a98941dfb4054e4e5ba6c816fc6faa2904586a33.tar.gz
Update from 6f537f30 to 025ab0f5:
- ci: fix macOS runner - Disable reverse with "notreverse" in style definitions - Add a Lua constant for UI_STYLE_LEXER_MAX - plugins/filetype: fix javascript/typescript detection
Diffstat (limited to 'vis.changes')
-rw-r--r--vis.changes9
1 files changed, 9 insertions, 0 deletions
diff --git a/vis.changes b/vis.changes
index a830dbd..54680e3 100644
--- a/vis.changes
+++ b/vis.changes
@@ -1,4 +1,13 @@
-------------------------------------------------------------------
+Sun Apr 21 15:59:01 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
+
+- Update from 6f537f30 to 025ab0f5:
+ - ci: fix macOS runner
+ - Disable reverse with "notreverse" in style definitions
+ - Add a Lua constant for UI_STYLE_LEXER_MAX
+ - plugins/filetype: fix javascript/typescript detection
+
+-------------------------------------------------------------------
Thu Mar 28 16:44:12 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Throw away gh#martanne/vis!1173 and my fix for it.