From 763aed749fb67a5adf66e4200ab79c61b81752fe Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 27 Mar 2024 14:01:36 +0100 Subject: Update from 49442e51 to 6f537f30: - lua: update default themes - lua: cache loaded lexers - lua: update default plugins to work with scintillua 6.2 - Get lexers from the subdirectory of directories on the path. - update lexers to orbitalquark/scintillua@b789dde - ui: refactor style handling --- vis.changes | 11 +++++++++++ vis.spec | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/vis.changes b/vis.changes index 9dca68e..c7f1c10 100644 --- a/vis.changes +++ b/vis.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Mar 27 13:01:18 UTC 2024 - Matej Cepl + +- Update from 49442e51 to 6f537f30: + - lua: update default themes + - lua: cache loaded lexers + - lua: update default plugins to work with scintillua 6.2 + - Get lexers from the subdirectory of directories on the path. + - update lexers to orbitalquark/scintillua@b789dde + - ui: refactor style handling + ------------------------------------------------------------------- Tue Mar 26 07:21:30 UTC 2024 - Matej Cepl diff --git a/vis.spec b/vis.spec index 8efc3b5..cde8737 100644 --- a/vis.spec +++ b/vis.spec @@ -18,7 +18,7 @@ %define test_version 0.5 Name: vis -Version: 0.8+git.1711422013.49442e51 +Version: 0.8+git.1711541061.6f537f30 Release: 0 Summary: An editor combining the strengths of both vi(m) and sam License: ISC -- cgit