diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2023-12-09 02:03:54 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2023-12-09 02:03:54 +0100 |
commit | 09976c8a8f2f2612707cee6621d4563fa8ce9065 (patch) | |
tree | cf37a4e41e35b470f28211ced75fe485795a4879 | |
parent | 5691a07828460dc22232acace7777e11b240cf58 (diff) | |
download | vis-pkg-09976c8a8f2f2612707cee6621d4563fa8ce9065.tar.gz |
Update from f1abd792 to 0f7ddc17:
- lua: drop redrawtime option
- lua: filetype: use alt_name field to alias to other lexers
-rw-r--r-- | vis.changes | 7 | ||||
-rw-r--r-- | vis.spec | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/vis.changes b/vis.changes index fafdfe7..6d60cee 100644 --- a/vis.changes +++ b/vis.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Sat Dec 9 01:03:48 UTC 2023 - Matej Cepl <mcepl@cepl.eu> + +- 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 <mcepl@cepl.eu> - Update from 7d0baa4b to f1abd792: @@ -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 |