- Updated to version 9.0.0622, fixes the following problems

* matchaddpos() can get slow when adding many matches.
  * Filetype test leaves file behind.
  * matchaddpos() can only add up to 8 matches.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=753
This commit is contained in:
Ondřej Súkup 2022-09-29 15:54:25 +00:00 committed by Git OBS Bridge
parent 66606bd6be
commit c24f7bcd63
4 changed files with 8 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:acf6f5f6b2016f330e9a2d72b46e23a1b1526a2eeef06a82fd820145732f14e8
size 16794182

3
vim-9.0.0622.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8c0665ae6a991e5c8136abb23456261b5c569229acba8d7cbfcb40fbd15e8ec
size 16793043

View File

@ -1,12 +1,11 @@
-------------------------------------------------------------------
Thu Sep 29 10:08:49 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 9.0.0619, fixes the following problems
- Updated to version 9.0.0622, fixes the following problems
* When quitting the cmdline window with CTRL-C it remains visible.
* Warning for using uninitialized value in mouse test.
* A closure in a nested loop in a :def function does not work.
* Build failure.
* still a Build failure.
* Various problems with 'nosplitscroll'.
* Line number argument for :badd does not work.
* Command line cleared when using :redrawstatus in CmdlineChanged
@ -110,6 +109,9 @@ Thu Sep 29 10:08:49 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
* Spell test fails because error message changed.
* Calling function for reduce() has too much overhead.
* Too many delete() calls in tests.
* matchaddpos() can get slow when adding many matches.
* Filetype test leaves file behind.
* matchaddpos() can only add up to 8 matches.
-------------------------------------------------------------------
Mon Sep 19 07:48:28 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -17,7 +17,7 @@
%define pkg_version 9.0
%define patchlevel 0619
%define patchlevel 0622
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim90
%define site_runtimepath %{_datadir}/vim/site