Accepting request 1067840 from editors

- Updated to version 9.0.1357, fixes the following problems
  * Setting 'formatoptions' with :let doesn't check for errors.
  * The code for setting options is too complicated.
  * Scrolling two lines with even line count and 'scrolloff' set.
  * 'splitkeep' test has failures.
  * Coverity warns for using a NULL pointer.
  * Cursor position wrong when splitting window in insert mode.
  * Some settings use the current codepage instead of 'encoding'.
  * :messages behavior depends on 'fileformat' of current buffer.
  * Escaping for completion of map command not properly tested.
  * Crash when using an unset object variable.
  * Code style test fails.
  * PRQL files are not recognized.
  * Checking the type of a null object causes a crash.
  * vimscript test fails where using {expr} syntax.
  * Crash when indexing "any" which is an object.
  * Build failure with +eval feature.
  * "gj" and "gk" do not move correctly over a closed fold.
  * 'colorcolumn' highlight wrong with virtual text above.
  * Relative line number not updated with virtual text above.
  * Cursor in wrong position below line with virtual text below ending in
  multi-byte character.
  * Error when using "none" for GUI color is confusing.
  * Completion of map includes simplified ones.
  * Handling new value of an option has a long "else if" chain.
  * Illegal memory access when using :ball in Visual mode.
  * Crash when using buffer-local user command in cmdline window. (Karl
  Yngve Lervåg)
  * When redo'ing twice <ScriptCmd> may not get the script ID.
  * Using tt_member for the class leads to mistakes.

OBS-URL: https://build.opensuse.org/request/show/1067840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=340
This commit is contained in:
Dominique Leuenberger 2023-02-28 11:47:58 +00:00 committed by Git OBS Bridge
commit 43c3acdf08
4 changed files with 59 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,58 @@
-------------------------------------------------------------------
Sun Feb 26 19:30:47 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 9.0.1357, fixes the following problems
* Setting 'formatoptions' with :let doesn't check for errors.
* The code for setting options is too complicated.
* Scrolling two lines with even line count and 'scrolloff' set.
* 'splitkeep' test has failures.
* Coverity warns for using a NULL pointer.
* Cursor position wrong when splitting window in insert mode.
* Some settings use the current codepage instead of 'encoding'.
* :messages behavior depends on 'fileformat' of current buffer.
* Escaping for completion of map command not properly tested.
* Crash when using an unset object variable.
* Code style test fails.
* PRQL files are not recognized.
* Checking the type of a null object causes a crash.
* vimscript test fails where using {expr} syntax.
* Crash when indexing "any" which is an object.
* Build failure with +eval feature.
* "gj" and "gk" do not move correctly over a closed fold.
* 'colorcolumn' highlight wrong with virtual text above.
* Relative line number not updated with virtual text above.
* Cursor in wrong position below line with virtual text below ending in
multi-byte character.
* Error when using "none" for GUI color is confusing.
* Completion of map includes simplified ones.
* Handling new value of an option has a long "else if" chain.
* Illegal memory access when using :ball in Visual mode.
* Crash when using buffer-local user command in cmdline window. (Karl
Yngve Lervåg)
* When redo'ing twice <ScriptCmd> may not get the script ID.
* Using tt_member for the class leads to mistakes.
* No test for bad use of spaces in help files.
* Functions without arguments are not always declared properly.
* Yuck files are not recognized.
* :defcompile and :disassemble can't find class method. (Ernie Rael)
* No test for :disassemble with class function.
* Coverity warns for using NULL pointer.
* Build error with mzscheme but without GUI.
* Check for OSC escape sequence doesn't work.
* Too many "else if" statements for handling options.
* Starlark files are not recognized.
* "gr CTRL-O" stays in Insert mode. (Pierre Ganty)
* Un-grammar files are not recognized.
* "gr" with a count fails.
* CPON files are not recognized.
* Dhall files are not recognized.
* "ignore" files are outdated.
* Too many "else if" statements to handle option values.
* "gr CTRL-G" stays in virtual replace mode. (Pierre Ganty)
* No error when declaring a class twice. (Ernie Rael)
* Cannot cancel "gr" with Esc.
* Using null_object results in an internal error. (Ernie Rael)
-------------------------------------------------------------------
Fri Feb 17 11:45:06 UTC 2023 - Petr Vorel <pvorel@suse.cz>

View File

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