- Update to 0.8+git.1689736840.47ac03a:

- 47ac03a vis:pipe(): don't segfault if vis->win isn't present
  - 80fbb7e Add fullscreen param to vis_pipe_collect() and Lua
    API vis:pipe()
  - 599ced0 fix warning about field width not being an int
  - 6be370d Print keybindings containing space correctly
  - e728898 partial revert of commit f55312ba
This commit is contained in:
Matej Cepl 2023-07-19 08:08:55 +02:00
parent e5558af036
commit aead5ad73b
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 19 06:10:37 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Update to 0.8+git.1689736840.47ac03a:
- 47ac03a vis:pipe(): don't segfault if vis->win isn't present
- 80fbb7e Add fullscreen param to vis_pipe_collect
- 599ced0 fix warning about field width not being an int
- 6be370d Print keybindings containing space correctly
- e728898 partial revert of commit f55312ba
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 21 19:33:29 UTC 2023 - Matej Cepl <mcepl@suse.com> Tue Feb 21 19:33:29 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -18,7 +18,7 @@
%define test_version 0.5 %define test_version 0.5
Name: vis Name: vis
Version: 0.8+git.1687447046.424b219 Version: 0.8+git.1689736840.47ac03a
Release: 0 Release: 0
Summary: An editor combining the strengths of both vi(m) and sam Summary: An editor combining the strengths of both vi(m) and sam
License: ISC License: ISC