- Updated to version 9.0.0381, fixes the following problems

* Using common name in tests leads to flaky tests.
  * VDM files are not recognized.
  * Shell command is displayed in message window.
  * Screen flickers when 'cmdheight' is zero.
  * When updating the whole screen a popup may not be redrawn.
  * Clearing screen causes flicker.
  * Godot shader files are not recognized.
  * Command line type of CmdlineChange differs from getcmdtype().
  * Cannot use the message popup window directly.
  * Crash when no errors and 'quickfixtextfunc' is set.
  * Using common name in tests leads to flaky tests.
  * Some changes for cmdheight=0 are not needed.
  * items() does not work on a list. (Sergey Vlasov)
  * OLD_DIGRAPHS is unused.
  * ":highlight" hangs when 'cmdheight' is zero.
  * Method tests fail.
  * Cannot use items() on a string.
  * Overwrite check may block BufWriteCmd.
  * Method test fails.
  * Test does not properly clean up.
  * Checks for Dictionary argument often give a vague error message.
  * Tests are flaky because of using a common file name.
  * Flicker when resetting cmdline_row after updating the screen.
  * Return value of list_append_list() not always checked.
  * No check if the return value of XChangeGC() is NULL.
  * The 'cmdheight' zero support causes too much trouble.
  * mapset() does not restore <Nop> mapping properly.
  * ":wincmd =" equalizes in two directions.
  * ColorScheme autocommand triggered when colorscheme is not found. (Romain

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=743
This commit is contained in:
Ondřej Súkup 2022-09-05 07:44:03 +00:00 committed by Git OBS Bridge
parent b16ad5a43e
commit 52460c2658
4 changed files with 75 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0eaf11e7f94070aa58ade1fe7c3ed65e185a05d447e28430362a8dd572c521fa
size 16808286

3
vim-9.0.0381.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fe9855eef941d23efa06729184477769e1fae94c09dfd29e74f3d1e96cfb403
size 16831181

View File

@ -1,3 +1,74 @@
-------------------------------------------------------------------
Mon Sep 5 07:42:36 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 9.0.0381, fixes the following problems
* Using common name in tests leads to flaky tests.
* VDM files are not recognized.
* Shell command is displayed in message window.
* Screen flickers when 'cmdheight' is zero.
* When updating the whole screen a popup may not be redrawn.
* Clearing screen causes flicker.
* Godot shader files are not recognized.
* Command line type of CmdlineChange differs from getcmdtype().
* Cannot use the message popup window directly.
* Crash when no errors and 'quickfixtextfunc' is set.
* Using common name in tests leads to flaky tests.
* Some changes for cmdheight=0 are not needed.
* items() does not work on a list. (Sergey Vlasov)
* OLD_DIGRAPHS is unused.
* ":highlight" hangs when 'cmdheight' is zero.
* Method tests fail.
* Cannot use items() on a string.
* Overwrite check may block BufWriteCmd.
* Method test fails.
* Test does not properly clean up.
* Checks for Dictionary argument often give a vague error message.
* Tests are flaky because of using a common file name.
* Flicker when resetting cmdline_row after updating the screen.
* Return value of list_append_list() not always checked.
* No check if the return value of XChangeGC() is NULL.
* The 'cmdheight' zero support causes too much trouble.
* mapset() does not restore <Nop> mapping properly.
* ":wincmd =" equalizes in two directions.
* ColorScheme autocommand triggered when colorscheme is not found. (Romain
Lafourcade)
* Error message for list argument could be clearer.
* :horizontal modifier not fully supported.
* Filetype of *.sil files not well detected.
* :echowindow does not work in a compiled function.
* Message window may obscure the command line.
* using :echowindow in a timer clears part of message
* Missing entry in switch.
* Check for uppercase char in autoload name is wrong, it checks the name
of the script.
* :echowindow sets the in_echowindow flag too early.
* 'linebreak' interferes with text property highlight if there is syntax
highlighting.
* 'breakindent' does not indent non-lists with "breakindentopt=list:-1".
* Error message for wrong argument type is not specific.
* Crash when invalid line number on :for is ignored.
* Removing a listener may result in a memory leak and remove subsequent
listerns.
* Expanding ":e %" does not work for remote files.
* Common names in test files causes tests to be flaky.
* Clang static analyzer gives warnings.
* File name used in test is unusual.
* Cannot use import->Func() in lambda. (Israel Chauca Fuentes)
* Coverity complains about dropping sign of character.
* Old Coverity warning for using NULL pointer.
* A failing flaky test doesn't mention the time.
* Cleaning up afterwards can make a function messy.
* Compiler warning for uninitialized variable.
* Coverity warns for NULL check and unused return value.
* Coverity still complains about dropping sign of character.
* The footer feature is unused.
* Clang warns for dead assignments.
* Argument assignment does not work.
* Compiler warning for uninitialized variable. (Tony Mechelynck)
* Cleaning up after writefile() is a hassle.
* Deleting files in tests is a hassle.
* Writefile test leaves files behind.
-------------------------------------------------------------------
Tue Aug 30 11:28:55 UTC 2022 - Andreas Schwab <schwab@suse.de>

View File

@ -17,7 +17,7 @@
%define pkg_version 9.0
%define patchlevel 0313
%define patchlevel 0381
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim90
%define site_runtimepath %{_datadir}/vim/site