- Update to 0.8:
- build: add git based version information back - lexers: fix bug in bash lexer for last here-doc - vis: make O implementation independent of <Up> mapping - fix typos in comments - lua: fix luacheck warnings - vis: rename to/till motion internals - vis: implement multiline to/till motions - vis-lua: provide file.permission property - Mention pkg-config in README - lexers/strace: improve comments, field names and syscall results - lexers/git-rebase: also highlight break command - filetype: Set "bash" for APKBUILD and .ebuild. - filetype: Detect make shebang for "makefile". - Adding .sv extension to verilog syntax highlighter - build: update alpine in docker build to version 3.13 - sam: only skip the last empty match if it follows a newline - sam: produce empty match at the end of looped range - test: update - gitignore: remove vim specific swap files - sam: tweak handling of zero length matches in y commands - sam: simplify trailing match handling for x/y commands - vis: correctly close pipe connected to stdin of external process - add lua5.4 in configure script - vis: Add readline Ctrl+A/E bindings - ci: verify codecov script before using it - ci: verify coverity scan script before using it - filetype: Set "groovy" for Jenkinsfile - README: x/freenode/c/libera/ - Set version to 0.8 OBS-URL: https://build.opensuse.org/package/show/editors/vis?expand=0&rev=17
This commit is contained in:
parent
90259c874c
commit
7a91c094e0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:359ebb12a986b2f4e2a945567ad7587eb7d354301a5050ce10d51544570635eb
|
||||
size 403918
|
3
vis-0.8.tar.gz
Normal file
3
vis-0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61b10d40f15c4db2ce16e9acf291dbb762da4cbccf0cf2a80b28d9ac998a39bd
|
||||
size 404496
|
34
vis.changes
34
vis.changes
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 1 15:07:35 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 0.8:
|
||||
- build: add git based version information back
|
||||
- lexers: fix bug in bash lexer for last here-doc
|
||||
- vis: make O implementation independent of <Up> mapping
|
||||
- fix typos in comments
|
||||
- lua: fix luacheck warnings
|
||||
- vis: rename to/till motion internals
|
||||
- vis: implement multiline to/till motions
|
||||
- vis-lua: provide file.permission property
|
||||
- Mention pkg-config in README
|
||||
- lexers/strace: improve comments, field names and syscall results
|
||||
- lexers/git-rebase: also highlight break command
|
||||
- filetype: Set "bash" for APKBUILD and .ebuild.
|
||||
- filetype: Detect make shebang for "makefile".
|
||||
- Adding .sv extension to verilog syntax highlighter
|
||||
- build: update alpine in docker build to version 3.13
|
||||
- sam: only skip the last empty match if it follows a newline
|
||||
- sam: produce empty match at the end of looped range
|
||||
- test: update
|
||||
- gitignore: remove vim specific swap files
|
||||
- sam: tweak handling of zero length matches in y commands
|
||||
- sam: simplify trailing match handling for x/y commands
|
||||
- vis: correctly close pipe connected to stdin of external process
|
||||
- add lua5.4 in configure script
|
||||
- vis: Add readline Ctrl+A/E bindings
|
||||
- ci: verify codecov script before using it
|
||||
- ci: verify coverity scan script before using it
|
||||
- filetype: Set "groovy" for Jenkinsfile
|
||||
- README: x/freenode/c/libera/
|
||||
- Set version to 0.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 5 23:00:35 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
4
vis.spec
4
vis.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vis
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define test_version 0.5
|
||||
Name: vis
|
||||
Version: 0.7
|
||||
Version: 0.8
|
||||
Release: 0
|
||||
Summary: An editor combining the strengths of both vi(m) and sam
|
||||
License: ISC
|
||||
|
Loading…
Reference in New Issue
Block a user