Accepting request 893060 from editors

- Updated to version 8.2.2850, fixes the following problems
  * After a timer displays text a hit-enter prompt is given.
  * Free Pascal makefile not recognized.
  * Vim9: illegal memory access.
  * Flicker when the popup menu has an info popup.
  * Setting buffer local mapping with mapset() changes global mapping.
  * Vim9: cannot use legacy syntax in Vim9 script.
  * Vim9: using "++nr" as a command might not work.
  * Build fails with tiny features.
  * Vim9: increment and decrement not sufficiently tested.
  * Vim9: :def function compilation fails when using :legacy.
  * Vim9: crash when calling a function in a substitute expression.
  * Vim9: error for missing white space doesn't say where it is missing
  * Vim9: still crash when using substitute expression.
  * Cannot grep using fuzzy matching.
  * Vim9: unused variable. (John Marriott)
  * Status line flickers when redrawing popup menu info.
  * Vim9: comment below expression in lambda causes problems.
  * Vim9: script sourcing continues after an error.
  * No jump added to jumplist when opening terminal in current window.
  * Finishing an abbreviation with a multi-byte char may not work.
  * Session file may divide by zero.
  * Code in checkreadonly() not fully tested.
  * Compiler warnings for int to size_t conversion. (Randall W. Morris)
  * Test file was not deleted.
  * Coverity complains about not checking the rename() return value.
  * Some comments are not correct or clear.
  * Terminal colors are not updated when 'background' is set.
  * Vim9: expandcmd() not tested.
  * Operator cancelled by moving mouse when using popup. (Sergey Vlasov)

OBS-URL: https://build.opensuse.org/request/show/893060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=285
This commit is contained in:
Dominique Leuenberger 2021-05-18 16:26:32 +00:00 committed by Git OBS Bridge
commit 287eb62d2a
4 changed files with 55 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,54 @@
-------------------------------------------------------------------
Fri May 14 08:58:50 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 8.2.2850, fixes the following problems
* After a timer displays text a hit-enter prompt is given.
* Free Pascal makefile not recognized.
* Vim9: illegal memory access.
* Flicker when the popup menu has an info popup.
* Setting buffer local mapping with mapset() changes global mapping.
* Vim9: cannot use legacy syntax in Vim9 script.
* Vim9: using "++nr" as a command might not work.
* Build fails with tiny features.
* Vim9: increment and decrement not sufficiently tested.
* Vim9: :def function compilation fails when using :legacy.
* Vim9: crash when calling a function in a substitute expression.
* Vim9: error for missing white space doesn't say where it is missing
* Vim9: still crash when using substitute expression.
* Cannot grep using fuzzy matching.
* Vim9: unused variable. (John Marriott)
* Status line flickers when redrawing popup menu info.
* Vim9: comment below expression in lambda causes problems.
* Vim9: script sourcing continues after an error.
* No jump added to jumplist when opening terminal in current window.
* Finishing an abbreviation with a multi-byte char may not work.
* Session file may divide by zero.
* Code in checkreadonly() not fully tested.
* Compiler warnings for int to size_t conversion. (Randall W. Morris)
* Test file was not deleted.
* Coverity complains about not checking the rename() return value.
* Some comments are not correct or clear.
* Terminal colors are not updated when 'background' is set.
* Vim9: expandcmd() not tested.
* Operator cancelled by moving mouse when using popup. (Sergey Vlasov)
* Two key command cancelled by moving mouse when using popup. (Sergey Vlasov)
* Vim9: :cexpr does not work with local variables.
* Vim9: leaking memory in :cexpr.
* Build failure without the +quickfix feature. (John Marriott)
* Various code lines not covered by tests.
* File extension .wrap not recognized.
* Default redirection missing "ash" and "dash".
* Vim9: member operation not fully tested.
* Vim9: skip argument to searchpair() is not compiled.
* Vim9: skip argument to searchpairpos() is not compiled.
* Vim9: memory leak when using searchpair().
* Vim9: "echo Func()" does not give an error for a function without a
return value.
* Perl not tested sufficiently.
* Crash when calling partial.
* Bufwrite not sufficiently tested.
* Recalling commands from history is not tested.
-------------------------------------------------------------------
Fri Apr 23 12:03:46 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -17,7 +17,7 @@
%define pkg_version 8.2
%define patchlevel 2800
%define patchlevel 2850
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim82
%define site_runtimepath %{_datadir}/vim/site