From 34523d3492edffa75b858397e27da8e168c3f7f6 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 1 May 2024 00:35:36 +0200 Subject: Update from 1fc17562 to 675ab49e: - lua: uncomment list of lexer specific styles in default theme - lua: Serve viewport dimensions in viewport table - Emit an event (ui_draw) immediately before drawing the screen - Add Lua function to Win for directly editing cell styling by position - lua: small filetype/style setting cleanup --- vis.changes | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'vis.changes') diff --git a/vis.changes b/vis.changes index b9bd633..a7e035a 100644 --- a/vis.changes +++ b/vis.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 30 22:35:10 UTC 2024 - Matej Cepl + +- Update from 1fc17562 to 675ab49e: + - lua: uncomment list of lexer specific styles in default theme + - lua: Serve viewport dimensions in viewport table + - Emit an event (ui_draw) immediately before drawing the screen + - Add Lua function to Win for directly editing cell styling by position + - lua: small filetype/style setting cleanup + ------------------------------------------------------------------- Sat Apr 27 19:49:35 UTC 2024 - Matej Cepl -- cgit