diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2023-08-26 02:12:58 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2023-08-26 02:12:58 +0200 |
commit | 9aee64fdd111c6f821317588476ede6112d8350b (patch) | |
tree | c342ed0d25650aed3937a66635579081488c13b9 | |
parent | f70c7a3121cc9093114502ac1a618c097cfaa50a (diff) | |
download | vis-pkg-9aee64fdd111c6f821317588476ede6112d8350b.tar.gz |
Update to 0.8+git.1692979777.2c5e6928:
- configure: also check for lua-5.4
- lua api: fix a couple typos in process_response()
documentation
- Implementation of the non-blocking process running Lua API
- sam.c: rename a number of options to match lua api
- Lua API: access and set all available options
-rw-r--r-- | vis.changes | 11 | ||||
-rw-r--r-- | vis.spec | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/vis.changes b/vis.changes index a358816..1d7e74f 100644 --- a/vis.changes +++ b/vis.changes @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Sat Aug 26 00:11:37 UTC 2023 - Matej Cepl <mcepl@suse.com> + +- Update to 0.8+git.1692979777.2c5e6928: + - configure: also check for lua-5.4 + - lua api: fix a couple typos in process_response() + documentation + - Implementation of the non-blocking process running Lua API + - sam.c: rename a number of options to match lua api + - Lua API: access and set all available options + +------------------------------------------------------------------- Sun Aug 20 19:20:16 UTC 2023 - Matej Cepl <mcepl@suse.com> - Update to 0.8+git.1692310337.09ba77aa: @@ -18,7 +18,7 @@ %define test_version 0.5 Name: vis -Version: 0.8+git.1692310337.09ba77aa +Version: 0.8+git.1692979777.2c5e6928 Release: 0 Summary: An editor combining the strengths of both vi(m) and sam License: ISC |