- Updated to version 9.0.1386, fixes the following problems

* Divide by zero in zero-width window.
  * Bass files are not recognized.
  * Still some "else if" constructs for setting options.
  * Crash when using a NULL object. (Ernie Rael)
  * Ballooneval interferes with Insert completion.
  * Test for 'toolbariconsize' may fail.
  * Wrong text displayed when using both 'linebreak' and 'list'.
  * Function for setting options not used consistently.
  * Crash when getting member of obj of unknown class.
  * Accessing invalid memory with put in Visual block mode.
  * job_status() may return "dead" if the process parent changed.
  * Illegal memory access when using virtual editing.
  * Functions for handling options are not ordered.
  * CTRL-X on 2**64 subtracts two. (James McCoy)
  * ACCESS_ names have a conflict with on some systems.
  * Failing test for strptime() doesn't show returned value.
  * xxd: combination of little endian and cols fails. (Aapo Rantalainen)
  * Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version 4.
  * g'Esc is considered an error.
  * Options test fails with some window width.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=790
This commit is contained in:
Ondřej Súkup 2023-03-06 11:27:35 +00:00 committed by Git OBS Bridge
parent 7c71754198
commit e944bb7c25
4 changed files with 29 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Mar 6 11:26:48 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 9.0.1386, fixes the following problems
* Divide by zero in zero-width window.
* Bass files are not recognized.
* Still some "else if" constructs for setting options.
* Crash when using a NULL object. (Ernie Rael)
* Ballooneval interferes with Insert completion.
* Test for 'toolbariconsize' may fail.
* Wrong text displayed when using both 'linebreak' and 'list'.
* Function for setting options not used consistently.
* Crash when getting member of obj of unknown class.
* Accessing invalid memory with put in Visual block mode.
* job_status() may return "dead" if the process parent changed.
* Illegal memory access when using virtual editing.
* Functions for handling options are not ordered.
* CTRL-X on 2**64 subtracts two. (James McCoy)
* ACCESS_ names have a conflict with on some systems.
* Failing test for strptime() doesn't show returned value.
* xxd: combination of little endian and cols fails. (Aapo Rantalainen)
* Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version 4.
* g'Esc is considered an error.
* Options test fails with some window width.
-------------------------------------------------------------------
Thu Mar 2 11:29:14 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>

View File

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