From 49e7f2932ac4469383b9867859ea1ecc2612eb5a Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 30 May 2024 18:17:32 +0200 Subject: Update from 70fa1e85 to a7aac104: - Fail silently when syntax has no lexer - remove the vis->initialized member --- vis.changes | 7 +++++++ vis.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/vis.changes b/vis.changes index 4224c76..a70ac1d 100644 --- a/vis.changes +++ b/vis.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 30 16:17:27 UTC 2024 - Matej Cepl + +- Update from 70fa1e85 to a7aac104: + - Fail silently when syntax has no lexer + - remove the vis->initialized member + ------------------------------------------------------------------- Tue May 28 19:36:35 UTC 2024 - Matej Cepl diff --git a/vis.spec b/vis.spec index 33efde0..2a3c2d6 100644 --- a/vis.spec +++ b/vis.spec @@ -18,7 +18,7 @@ %define test_version 0.5 Name: vis -Version: 0.9+git.1716585821.70fa1e85 +Version: 0.9+git.1717069947.a7aac104 Release: 0 Summary: An editor combining the strengths of both vi(m) and sam License: ISC -- cgit