- 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:
parent
66606bd6be
commit
c24f7bcd63
@ -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
3
vim-9.0.0622.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8c0665ae6a991e5c8136abb23456261b5c569229acba8d7cbfcb40fbd15e8ec
|
||||
size 16793043
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user