SHA256
8
0
forked from pool/vim

- Updated to version 8.2.3582, fixes the following problems

* Overflow check fails with 32 ints.
  * Manipulating highlighting is complicated.
  * CI sometimes fails for MinGW.
  * gj does not move properly with a wide character.
  * Reading character past end of line.
  * Reading uninitialized memory when giving spell suggestions.
- add obsolete/conflict with nginx vim plugin

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=691
This commit is contained in:
2021-11-05 17:52:17 +00:00
committed by Git OBS Bridge
parent 3f2d5483e0
commit 3b83b83a50
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Nov 5 17:51:31 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 8.2.3582, fixes the following problems
* Overflow check fails with 32 ints.
* Manipulating highlighting is complicated.
* CI sometimes fails for MinGW.
* gj does not move properly with a wide character.
* Reading character past end of line.
* Reading uninitialized memory when giving spell suggestions.
- add obsolete/conflict with nginx vim plugin
-------------------------------------------------------------------
Wed Nov 3 17:31:20 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>