SHA256
1
0
forked from pool/vim

- Updated to version 8.2.3577, fixes the following problems

* Test_very_large_count fails on 32bit systems.
  * Some unicode control characters are considered printable.
  * Memory leak when closing window and using "multispace" in 'listchars'.
  * Cannot decide whether to skip test that fails with 64 bit ints. (closes
  #9072)
  * Divide by zero.
  * Overflow check still fails when sizeof(int) == sizeof(long).
  * Some functions are not documented for use with a method.
  * Overflow check fails with 32 ints.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=690
This commit is contained in:
2021-11-03 17:32:25 +00:00
committed by Git OBS Bridge
parent c9da5603c9
commit 3f2d5483e0
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Nov 3 17:31:20 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 8.2.3577, fixes the following problems
* Test_very_large_count fails on 32bit systems.
* Some unicode control characters are considered printable.
* Memory leak when closing window and using "multispace" in 'listchars'.
* Cannot decide whether to skip test that fails with 64 bit ints. (closes
#9072)
* Divide by zero.
* Overflow check still fails when sizeof(int) == sizeof(long).
* Some functions are not documented for use with a method.
* Overflow check fails with 32 ints.
-------------------------------------------------------------------
Wed Nov 3 15:16:18 UTC 2021 - Dr. Werner Fink <werner@suse.de>