- Updated to version 8.2.2564, fixes the following problems

* Not all fields in "cstack" are initialized which might cause a crash.
  * Crash when using :all while using a cmdline window. (Zdenek Dohnal)
  * Using freed memory when closing the cmdline window.
  * No way to check for the cmdwin feature, cmdline_hist is now always enabled.
  * May get stuck in command line window state.
  * Condition stack values may be used when not set.
  * Color not changed if ModeMsg highlight is set in InsertEnter autocmd
  event. (Paul Swanson)
  * Autocmd test was failing on MS-Windows with GUI.
  * Too many problems with using all autocommand events.
  * Double free when using autocommand with "argdel". (Houyunsong)
  * Crash when deleting with line number out of range. (Houyunsong)
  * Missing error message.
  * Some tests are known to cause an error with ASAN.
  * Cursor on invalid line with range and :substitute.
  * Allowing 'completefunc' to switch windows causes trouble.
  * Can still switch windows for 'completefunc'.
  * FocusGained does not work when 'ttymouse' is empty.
  * :goto does not work correctly with text properties. (Sam McCall)
  * :vimgrep expands wildcards twice.
  * Warning for -fno-strength-reduce with Clang 11.
  * Libvterm tests are executed even when libtool doesn't work.
  * Opening cmdline window gives error in BufLeave autocommand.
  * Vim9: no error when compiling str2nr() with a number.
  * setline() gives an error for some types.
  * Vim9 script test is a bit flaky.
  * Deprecation warnings with default configuration.
  * Out of bounds compiler warning.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=654
This commit is contained in:
Ondřej Súkup 2021-03-03 19:07:12 +00:00 committed by Git OBS Bridge
parent cf8990dcfd
commit 93111e0f93
4 changed files with 37 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Wed Mar 3 19:04:23 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 8.2.2564, fixes the following problems
* Not all fields in "cstack" are initialized which might cause a crash.
* Crash when using :all while using a cmdline window. (Zdenek Dohnal)
* Using freed memory when closing the cmdline window.
* No way to check for the cmdwin feature, cmdline_hist is now always enabled.
* May get stuck in command line window state.
* Condition stack values may be used when not set.
* Color not changed if ModeMsg highlight is set in InsertEnter autocmd
event. (Paul Swanson)
* Autocmd test was failing on MS-Windows with GUI.
* Too many problems with using all autocommand events.
* Double free when using autocommand with "argdel". (Houyunsong)
* Crash when deleting with line number out of range. (Houyunsong)
* Missing error message.
* Some tests are known to cause an error with ASAN.
* Cursor on invalid line with range and :substitute.
* Allowing 'completefunc' to switch windows causes trouble.
* Can still switch windows for 'completefunc'.
* FocusGained does not work when 'ttymouse' is empty.
* :goto does not work correctly with text properties. (Sam McCall)
* :vimgrep expands wildcards twice.
* Warning for -fno-strength-reduce with Clang 11.
* Libvterm tests are executed even when libtool doesn't work.
* Opening cmdline window gives error in BufLeave autocommand.
* Vim9: no error when compiling str2nr() with a number.
* setline() gives an error for some types.
* Vim9 script test is a bit flaky.
* Deprecation warnings with default configuration.
* Out of bounds compiler warning.
-------------------------------------------------------------------
Mon Mar 1 13:45:17 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>

View File

@ -17,7 +17,7 @@
%define pkg_version 8.2
%define patchlevel 2411
%define patchlevel 2564
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim82
%define site_runtimepath %{_datadir}/vim/site