- Update to version 0.5+git.1590819266.c37f09e:
* test: update * vis: fix implicit enum conversion warning * build: update alpine in docker build to version 3.12 * doc: update outdated version information * doc: update sphinx configuration to python 3 * test: update * text: introduce text_save_method, remove text_save_range * test: update * build: use -O2 by default * vis: cleanup pre-processing of :-commands * Tweak README * vt100: do not crash if termkey is not yet initialized * ui: fix line number drawing * build: fix _XOPEN_SOURCE redefinition warning * vis: make <Escape> reset count in visual modes * vis: make <Escape> reset count in normal mode * lexers: prioritize markdown list rule * lexers: make markdown white space rule less greedy * man: document theme location * Avoid use of VLAs * vt100: use shorter escape sequence to clear screen * Add Julia lexer OBS-URL: https://build.opensuse.org/package/show/editors/vis?expand=0&rev=8
This commit is contained in:
parent
7407c47204
commit
cb39986a51
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/martanne/vis.git</param>
|
||||
<param name="changesrevision">08a550deac6f55f32f131f66992994b3944011ce</param></service></servicedata>
|
||||
<param name="changesrevision">c37f09ed99baae4ae42381ebfc608003942528b3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b735903e637cc982da5786611b99152bab5dbb0e846c91e5381638d335ba6ae0
|
||||
size 367964
|
3
vis-0.5+git.1590819266.c37f09e.tar.xz
Normal file
3
vis-0.5+git.1590819266.c37f09e.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5545151592e2c5a3205d7f53c1bf50e1dfeaf74f5110232cbcff88379b363742
|
||||
size 369876
|
27
vis.changes
27
vis.changes
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 05 13:33:07 UTC 2020 - mcepl@cepl.eu
|
||||
|
||||
- Update to version 0.5+git.1590819266.c37f09e:
|
||||
* test: update
|
||||
* vis: fix implicit enum conversion warning
|
||||
* build: update alpine in docker build to version 3.12
|
||||
* doc: update outdated version information
|
||||
* doc: update sphinx configuration to python 3
|
||||
* test: update
|
||||
* text: introduce text_save_method, remove text_save_range
|
||||
* test: update
|
||||
* build: use -O2 by default
|
||||
* vis: cleanup pre-processing of :-commands
|
||||
* Tweak README
|
||||
* vt100: do not crash if termkey is not yet initialized
|
||||
* ui: fix line number drawing
|
||||
* build: fix _XOPEN_SOURCE redefinition warning
|
||||
* vis: make <Escape> reset count in visual modes
|
||||
* vis: make <Escape> reset count in normal mode
|
||||
* lexers: prioritize markdown list rule
|
||||
* lexers: make markdown white space rule less greedy
|
||||
* man: document theme location
|
||||
* Avoid use of VLAs
|
||||
* vt100: use shorter escape sequence to clear screen
|
||||
* Add Julia lexer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 22:18:41 UTC 2020 - mcepl@cepl.eu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user