SHA256
1
0
forked from pool/vim

- enable test_recover on x86_64/i586/ppc64* - disable-unreliable-tests.patch

- disable faulty tests on arm and s390x arch - disable-unreliable-tests-arch.patch

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=671
This commit is contained in:
2021-07-23 16:29:17 +00:00
committed by Git OBS Bridge
parent 244eb56d7f
commit ae668d4ca1
3 changed files with 48 additions and 1 deletions

View File

@@ -2,7 +2,8 @@
Fri Jul 23 15:44:04 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 8.2.3204, fixes the following problems
- enable test_recover - disable-unreliable-tests.patch
- enable test_recover on x86_64/i586/ppc64* - disable-unreliable-tests.patch
- disable faulty tests on arm and s390x arch - disable-unreliable-tests-arch.patch
* Xxd always reports an old version string. (Åsmund Ervik)
* Vim9: using try in catch block causes a hang.
* Vim9: an error in a catch block is not reported.