SHA256
1
0
forked from pool/vim

- Updated to version 8.2.0257, fixes the following problems

* Vim9 script commands not sufficiently tested.
  * Cannot assign to an imported variable.
  * When 'lazyredraw' is set the window title may not be updated.
  * :helptags and some other functionality not tested.
  * Crash when using winnr('j') in a popup window.
  * Error code E899 used twice.
  * Calling Vim9 function using default argument fails.
  * Crash when missing member type on list argument.
  * Fnamemodify() does not apply ":~" when followed by ":.".
  * Function a bit far away from where it's used.
  * Coverity complains about uninitialized field.
  * Test for ANSI colors fails without an "ls" command.
  * Missing search/substitute pattern hardly tested.
  * Configure does not recognize gcc 10.0 and later.
  * A popup window with a terminal can be made hidden.
  * Wrong file name shortening. (Ingo Karkat)
  * Several Vim9 instructions are not tested.
  * Terminal test fails on Mac.
  * Several Vim9 instructions are not tested.
  * Terminal test still fails on Mac.
  * Terminal test did pass on Mac.
  * No test for Vim9 += and ..=.
  * Vim9: optional function arguments don't work yet.
  * Some instructions not yet tested.
  * compiling :elseif not tested yet.
  * compiling lambda not tested yet.
  * Compiling for loop not tested.
  * Compiling a few instructions not tested.
  * Configure does not recognize gcc version on BSD.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=585
This commit is contained in:
2020-02-14 15:02:44 +00:00
committed by Git OBS Bridge
parent 2c5074a250
commit e0a8227987
4 changed files with 59 additions and 4 deletions

View File

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