- 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:
14
vim.changes
14
vim.changes
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user