- Updated to version 8.2.3360, fixes the following problems
* Vim9: cannot ignore quotes in number at the command line. * Coverity action on github does not work. * Some local functions are not static. * Some code is not tested. * Vim9: checking type of dict does not check member type. * Help tag for exists_compiled() is wrong. (Maxim Kim) * Vim9: Cannot use :silent with :endwhile. * Digraph test fails when LC_ALL is set to "C". * Vim9: no error passing an empty list of the wrong type. * No check for sysconf() failing. * Coverity error for not checking return value. * v_lock not set when getting value of environment variable. * Coverity reports using uninitialized field. * Coverity warns for using value without boundary check. * Vim9: cannot assign to range in list. * Vim9: not enough tests run with Vim9. * Vim9: not enough tests run with Vim9. * Vim9: not enough tests run with Vim9. * Behavior of negative index in list change changed. (Naruhiko Nishino) * Completing "call g:" returns entries with just "g:". (Naohiro Ono) * Vim9: no type check when assigning a list range. (Naohiro Ono) * Vim9: cannot lock a member in a local dict. * Accessing uninitialized pointer. * Vim9: function call aborted despite try/catch. (Naohiro Ono) * Test for :let errors fails. * Vim9: autoload test fails. * Vimscript test fails. * Some code not covered by tests. * Vim9: no error for using "." for concatenation after ":vim9cmd". (Naohiro OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=677
This commit is contained in:
parent
dc7f7527dc
commit
2fbef7950b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:869ade2abd2003b04bd9752b91e61e525ff23d7e0429f606aa5a2e484aab81ab
|
|
||||||
size 15675514
|
|
3
vim-8.2.3360.tar.gz
Normal file
3
vim-8.2.3360.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71403b55b216d90dbd401f958d0f0cfc1ba4b2bc88ec606816d5f3168b11f20b
|
||||||
|
size 15699720
|
47
vim.changes
47
vim.changes
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 20 08:55:25 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- Updated to version 8.2.3360, fixes the following problems
|
||||||
|
* Vim9: cannot ignore quotes in number at the command line.
|
||||||
|
* Coverity action on github does not work.
|
||||||
|
* Some local functions are not static.
|
||||||
|
* Some code is not tested.
|
||||||
|
* Vim9: checking type of dict does not check member type.
|
||||||
|
* Help tag for exists_compiled() is wrong. (Maxim Kim)
|
||||||
|
* Vim9: Cannot use :silent with :endwhile.
|
||||||
|
* Digraph test fails when LC_ALL is set to "C".
|
||||||
|
* Vim9: no error passing an empty list of the wrong type.
|
||||||
|
* No check for sysconf() failing.
|
||||||
|
* Coverity error for not checking return value.
|
||||||
|
* v_lock not set when getting value of environment variable.
|
||||||
|
* Coverity reports using uninitialized field.
|
||||||
|
* Coverity warns for using value without boundary check.
|
||||||
|
* Vim9: cannot assign to range in list.
|
||||||
|
* Vim9: not enough tests run with Vim9.
|
||||||
|
* Vim9: not enough tests run with Vim9.
|
||||||
|
* Vim9: not enough tests run with Vim9.
|
||||||
|
* Behavior of negative index in list change changed. (Naruhiko Nishino)
|
||||||
|
* Completing "call g:" returns entries with just "g:". (Naohiro Ono)
|
||||||
|
* Vim9: no type check when assigning a list range. (Naohiro Ono)
|
||||||
|
* Vim9: cannot lock a member in a local dict.
|
||||||
|
* Accessing uninitialized pointer.
|
||||||
|
* Vim9: function call aborted despite try/catch. (Naohiro Ono)
|
||||||
|
* Test for :let errors fails.
|
||||||
|
* Vim9: autoload test fails.
|
||||||
|
* Vimscript test fails.
|
||||||
|
* Some code not covered by tests.
|
||||||
|
* Vim9: no error for using "." for concatenation after ":vim9cmd". (Naohiro
|
||||||
|
Ono)
|
||||||
|
* Check for legacy script is incomplete. (Naohiro Ono)
|
||||||
|
* line2byte() returns wrong value after adding textprop. (Yuto Kimura)
|
||||||
|
* Eval test for scriptversion fails.
|
||||||
|
* Vim9: using a function by name may delete it. (Naohiro Ono)
|
||||||
|
* Vim9: error for nested :enddef has wrong line number.
|
||||||
|
* Vim9: type of argument for negate not checked at compile time.
|
||||||
|
* Build failure with +byte_offset but without +textprop. (John Marriott)
|
||||||
|
* Adding many text properties requires a lot of function calls.
|
||||||
|
* Crash when 'virtualedit' is set and window is narrow.
|
||||||
|
* Structurizr files are not recognized.
|
||||||
|
* Vim9: error for type when variable is not set.
|
||||||
|
* User function completion fails with dict function.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 18 12:43:01 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
Wed Aug 18 12:43:01 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 8.2
|
%define pkg_version 8.2
|
||||||
%define patchlevel 3318
|
%define patchlevel 3360
|
||||||
%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