Accepting request 1088123 from home:AndreasStieger:branches:editors
vim 9.0.1572 OBS-URL: https://build.opensuse.org/request/show/1088123 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=814
This commit is contained in:
parent
9b223b9817
commit
6d778f77a6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1deb740a47eb8dd94c3282a371cf7f0d77b27c852278c456b83354cbca58b6c8
|
|
||||||
size 17014991
|
|
3
vim-9.0.1572.tar.gz
Normal file
3
vim-9.0.1572.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d8e1bcd812e223fc658436352301656484364cf34637c5d5485168e7611d184f
|
||||||
|
size 17027980
|
40
vim.changes
40
vim.changes
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 21 11:37:17 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
|
|
||||||
|
- Updated to version 9.0.1572, fixes the following problems
|
||||||
|
* Typst filetype is not recognized.
|
||||||
|
* reverse() on string doesn't work in compiled function.
|
||||||
|
* CI: sound dummy is disabled.
|
||||||
|
* Line not fully displayed if it doesn't fit in the screen.
|
||||||
|
* Display errors when making topline shorter and 'smoothscroll'
|
||||||
|
is set.
|
||||||
|
* Recent glibc marks sigset() as a deprecated.
|
||||||
|
* Text not scrolled when cursor moved with "g0" and "h".
|
||||||
|
* Some commands for opening a file don't use 'switchbuf'.
|
||||||
|
* Coveralls workflow on CI is commented out.
|
||||||
|
* CI: check in sound-dummy module may throw an error.
|
||||||
|
* USD filetype is not recognized.
|
||||||
|
* In cmdline window S-Tab does not select previous completion.
|
||||||
|
* Position of marker for 'smoothscroll' not computed correctly.
|
||||||
|
* CI: sound-dummy module is not installed.
|
||||||
|
* CI: using slightly outdated gcc version.
|
||||||
|
* Code for handling 'switchbuf' is repeated.
|
||||||
|
* setcharsearch() does not clear last searched char properly.
|
||||||
|
* Vim9: error for missing "return" after "throw".
|
||||||
|
* Test failures for unreachable code.
|
||||||
|
* Wrong error for unreachable code after :throw.
|
||||||
|
* Function argument types not always checked and using v:none may
|
||||||
|
cause an error.
|
||||||
|
* Win32: When 'encoding' is set $PATH has duplicate entries.
|
||||||
|
* Mixing package managers is not a good idea.
|
||||||
|
* GTK3: window manager resize hints are incomplete.
|
||||||
|
* Display moves up and down with 'incsearch' and 'smoothscroll'.
|
||||||
|
* Json lines files are not recognized.
|
||||||
|
* Motif: GUI scrollbar test fails in 24 lines terminal.
|
||||||
|
* Profiler calculation may be wrong on 32 bit builds.
|
||||||
|
* With 'smoothscroll' cursor may move below botline.
|
||||||
|
* Cannot use "this.member" in lambda in class method.
|
||||||
|
* Some tests are slow.
|
||||||
|
* RedrawingDisabled not used consistently.
|
||||||
|
* Error messages are not translated.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 10 17:04:52 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
Wed May 10 17:04:52 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 9.0
|
%define pkg_version 9.0
|
||||||
%define patchlevel 1538
|
%define patchlevel 1572
|
||||||
%define patchlevel_compact %{patchlevel}
|
%define patchlevel_compact %{patchlevel}
|
||||||
%define VIM_SUBDIR vim90
|
%define VIM_SUBDIR vim90
|
||||||
%define site_runtimepath %{_datadir}/vim/site
|
%define site_runtimepath %{_datadir}/vim/site
|
||||||
|
Loading…
Reference in New Issue
Block a user