SHA256
1
0
forked from pool/vim

- fixes boo#1192631

-  Updated to version 8.2.3587, fixes the following problems
  * Reading uninitialized memory when giving spell suggestions.
  * The "gd" and "gD" commands do not update search stats. (Gary Johnson)
  * "verbose set efm" reports the location of the :compiler command. (Gary
  Johnson)
  * Crash when passing float to "term_rows" in the options argument of
  term_start(). (Virginia Senioria)
  * Command completion test fails.
  * Compiler test fails with backslash file separator.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=692
This commit is contained in:
2021-11-12 18:47:27 +00:00
committed by Git OBS Bridge
parent 3b83b83a50
commit 3fc04218b5
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Nov 12 18:45:45 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
- fixes boo#1192631
- Updated to version 8.2.3587, fixes the following problems
* Reading uninitialized memory when giving spell suggestions.
* The "gd" and "gD" commands do not update search stats. (Gary Johnson)
* "verbose set efm" reports the location of the :compiler command. (Gary
Johnson)
* Crash when passing float to "term_rows" in the options argument of
term_start(). (Virginia Senioria)
* Command completion test fails.
* Compiler test fails with backslash file separator.
-------------------------------------------------------------------
Fri Nov 5 17:51:31 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>