- Updated to version 8.2.3567, fixes the following problems

* Xxd revert does not handle end of line correctly.
  * Xxd has various way to exit.
  * ModeChanged is not triggered on every mode change.
  * Filler lines are incorrect for other window in diff mode after making
  a change.
  * Vim9: cannot call imported funcref at script level.
  * Vim9: asserting the wrong variable.
  * Loop variable recreated every time.
  * Using freed memory with lambda.
  * Cscope has a complicated way of giving an error message.
  * Cannot add color names.
  * Build failure with +eval but without GUI or +termguicolors
  * Invalid memory access when scrolling without a valid screen.
  * Makefile dependencies are outdated. (Gary Johnson)
  * Build failure on old systems when using nano timestamp.
  * CTRL-I in Insert mode is not tested

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=684
This commit is contained in:
2021-10-31 10:14:59 +00:00
committed by Git OBS Bridge
parent ec81c2bb25
commit 2a7a4fd4b9
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Oct 31 10:11:52 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 8.2.3567, fixes the following problems
* Xxd revert does not handle end of line correctly.
* Xxd has various way to exit.
* ModeChanged is not triggered on every mode change.
* Filler lines are incorrect for other window in diff mode after making
a change.
* Vim9: cannot call imported funcref at script level.
* Vim9: asserting the wrong variable.
* Loop variable recreated every time.
* Using freed memory with lambda.
* Cscope has a complicated way of giving an error message.
* Cannot add color names.
* Build failure with +eval but without GUI or +termguicolors
* Invalid memory access when scrolling without a valid screen.
* Makefile dependencies are outdated. (Gary Johnson)
* Build failure on old systems when using nano timestamp.
* CTRL-I in Insert mode is not tested
-------------------------------------------------------------------
Fri Oct 22 14:53:00 UTC 2021 - Stefan Schubert <schubi@suse.de>