diff --git a/vim-9.0.0619.tar.gz b/vim-9.0.0619.tar.gz deleted file mode 100644 index ee74a19..0000000 --- a/vim-9.0.0619.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acf6f5f6b2016f330e9a2d72b46e23a1b1526a2eeef06a82fd820145732f14e8 -size 16794182 diff --git a/vim-9.0.0622.tar.gz b/vim-9.0.0622.tar.gz new file mode 100644 index 0000000..04c84a9 --- /dev/null +++ b/vim-9.0.0622.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c0665ae6a991e5c8136abb23456261b5c569229acba8d7cbfcb40fbd15e8ec +size 16793043 diff --git a/vim.changes b/vim.changes index 4ec474e..b4c3bd7 100644 --- a/vim.changes +++ b/vim.changes @@ -1,12 +1,11 @@ ------------------------------------------------------------------- Thu Sep 29 10:08:49 UTC 2022 - Ondřej Súkup -- 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 * 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 diff --git a/vim.spec b/vim.spec index 1d588a4..fc184c3 100644 --- a/vim.spec +++ b/vim.spec @@ -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