Accepting request 774387 from editors
- 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/request/show/774387 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=251
This commit is contained in:
commit
26e15fd0e2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:91fb367845679117e6e748caaf3e61ada29f936b55df8962e40241514dd2f45a
|
|
||||||
size 14754499
|
|
3
vim-8.2.0257.tar.gz
Normal file
3
vim-8.2.0257.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e1722f0a2695e6e4724320f2186ffca0de1b6379749896c56026c56d9e61a560
|
||||||
|
size 14767612
|
55
vim.changes
55
vim.changes
@ -1,3 +1,58 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 14 15:01:26 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
* Compare instructions not tested.
|
||||||
|
* Terminal popup test is flaky.
|
||||||
|
* Silent system command may clear the screen.
|
||||||
|
* The :compiler command causes a crash. (Daniel Steinberg)
|
||||||
|
* Crash when using garbagecollect() in between rand().
|
||||||
|
* Message test fails on SunOS.
|
||||||
|
* Draw error when an empty group is removed from 'statusline'.
|
||||||
|
* Crash when setting 'wincolor' on finished terminal window. (Bakudankun)
|
||||||
|
variables. (Tim Pope)
|
||||||
|
* Using memory after it was freed. (Dominique Pelle)
|
||||||
|
* Crash when setting 'buftype' to "quickfix".
|
||||||
|
* Preview popup window test fails with long directory name. (Jakub
|
||||||
|
Kądziołka)
|
||||||
|
* Insufficient code coverage for ex_docmd.c functions.
|
||||||
|
* Compiler warning in Lua interface.
|
||||||
|
* test_clear_search_pat() is unused.
|
||||||
|
* A couple of function return types can be more specific.
|
||||||
|
* Crash when using :disassamble without argument. (Dhiraj Mishra)
|
||||||
|
* Compiler warning for checking size_t to be negative.
|
||||||
|
* Time and timer related code is spread out.
|
||||||
|
* Cannot recognize a terminal in a popup window.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 3 09:17:59 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Mon Feb 3 09:17:59 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 8.2
|
%define pkg_version 8.2
|
||||||
%define patchlevel 0200
|
%define patchlevel 0257
|
||||||
%define patchlevel_compact %{patchlevel}
|
%define patchlevel_compact %{patchlevel}
|
||||||
%define VIM_SUBDIR vim82
|
%define VIM_SUBDIR vim82
|
||||||
%define site_runtimepath %{_datadir}/vim/site
|
%define site_runtimepath %{_datadir}/vim/site
|
||||||
|
Loading…
Reference in New Issue
Block a user