From 0e41532fe7425956c9be0b64624795412e7838d6ec3342a14df54b244223ced9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 1 May 2024 00:35:36 +0200 Subject: [PATCH] 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 ++++++++++ vis.spec | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/vis.changes b/vis.changes index aef9989..babd318 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 diff --git a/vis.spec b/vis.spec index 98393f0..cb68163 100644 --- a/vis.spec +++ b/vis.spec @@ -18,7 +18,7 @@ %define test_version 0.5 Name: vis -Version: 0.8+git.1714053328.1fc17562 +Version: 0.8+git.1714485638.675ab49e Release: 0 Summary: An editor combining the strengths of both vi(m) and sam License: ISC