From 09976c8a8f2f2612707cee6621d4563fa8ce9065 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 9 Dec 2023 02:03:54 +0100 Subject: Update from f1abd792 to 0f7ddc17: - lua: drop redrawtime option - lua: filetype: use alt_name field to alias to other lexers --- vis.changes | 7 +++++++ vis.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/vis.changes b/vis.changes index fafdfe7..6d60cee 100644 --- a/vis.changes +++ b/vis.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 9 01:03:48 UTC 2023 - Matej Cepl + +- Update from f1abd792 to 0f7ddc17: + - lua: drop redrawtime option + - lua: filetype: use alt_name field to alias to other lexers + ------------------------------------------------------------------- Sun Dec 3 00:55:10 UTC 2023 - Matej Cepl diff --git a/vis.spec b/vis.spec index c7730c3..e985caa 100644 --- a/vis.spec +++ b/vis.spec @@ -18,7 +18,7 @@ %define test_version 0.5 Name: vis -Version: 0.8+git.1701560144.f1abd792 +Version: 0.8+git.1701831693.0f7ddc17 Release: 0 Summary: An editor combining the strengths of both vi(m) and sam License: ISC -- cgit