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