Update from d8276d91 to c8694ee0:
- lua: add tests for the different vis.pipe argument variants - lua: improve argument parsing in vis.pipe - complete-word: pipe the candidates directly to the command - support piping a buffer to an external process
This commit is contained in:
parent
70455be1e9
commit
16804a3ab6
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 12:58:13 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update from d8276d91 to c8694ee0:
|
||||||
|
- lua: add tests for the different vis.pipe argument variants
|
||||||
|
- lua: improve argument parsing in vis.pipe
|
||||||
|
- complete-word: pipe the candidates directly to the command
|
||||||
|
- support piping a buffer to an external process
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 12 05:47:24 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Thu Sep 12 05:47:24 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
2
vis.spec
2
vis.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define test_version 0.5
|
%define test_version 0.5
|
||||||
Name: vis
|
Name: vis
|
||||||
Version: 0.9+git.1725864881.d8276d91
|
Version: 0.9+git.1726229057.c8694ee0
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user