- Updated to version 8.2.3318, fixes the following problems
* Vim9: exists() does not handle much at compile time. * Lua: can only execute one Vim command at a time. Not easy to get the Vim version. * Memory allocation functions don't have their own place. * Some structures could be smaller. * Popup window title with wide characters is truncated. * Vim9: :finally in skipped block not handled correctly. * Unexpected "No matching autocommands". * Vim9: :echoconsole cannot access local variables. * Vim9: no runtime check for argument type if a function only has varargs. * Vim9: divide by zero causes a crash. * Vim9: unpack assignment does not mention source of type error. * Vim9: check for DO_NOT_FREE_CNT is very slow. * Vim9: after "if false" line breaks in expression not skipped. * Unused code in win_exchange() and frame_remove(). * Behavior of exists() in a :def function is unpredictable. * Cannot use single quote in a float number for readability. * Float test fails. * Vim9: No error for missing white space before return type. * Vim9: cannot ignore quotes in number at the command line. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=674
This commit is contained in:
parent
bdeafa1e59
commit
3d99ddb93a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e988f9ae9425d88280c39ff5e8985d5d7f22abac869cfc6316d7655096858891
|
|
||||||
size 15672397
|
|
3
vim-8.2.3318.tar.gz
Normal file
3
vim-8.2.3318.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:869ade2abd2003b04bd9752b91e61e525ff23d7e0429f606aa5a2e484aab81ab
|
||||||
|
size 15675514
|
25
vim.changes
25
vim.changes
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 9 10:24:10 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- Updated to version 8.2.3318, fixes the following problems
|
||||||
|
* Vim9: exists() does not handle much at compile time.
|
||||||
|
* Lua: can only execute one Vim command at a time. Not easy to get the
|
||||||
|
Vim version.
|
||||||
|
* Memory allocation functions don't have their own place.
|
||||||
|
* Some structures could be smaller.
|
||||||
|
* Popup window title with wide characters is truncated.
|
||||||
|
* Vim9: :finally in skipped block not handled correctly.
|
||||||
|
* Unexpected "No matching autocommands".
|
||||||
|
* Vim9: :echoconsole cannot access local variables.
|
||||||
|
* Vim9: no runtime check for argument type if a function only has varargs.
|
||||||
|
* Vim9: divide by zero causes a crash.
|
||||||
|
* Vim9: unpack assignment does not mention source of type error.
|
||||||
|
* Vim9: check for DO_NOT_FREE_CNT is very slow.
|
||||||
|
* Vim9: after "if false" line breaks in expression not skipped.
|
||||||
|
* Unused code in win_exchange() and frame_remove().
|
||||||
|
* Behavior of exists() in a :def function is unpredictable.
|
||||||
|
* Cannot use single quote in a float number for readability.
|
||||||
|
* Float test fails.
|
||||||
|
* Vim9: No error for missing white space before return type.
|
||||||
|
* Vim9: cannot ignore quotes in number at the command line.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 6 14:10:23 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
Fri Aug 6 14:10:23 UTC 2021 - 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 3299
|
%define patchlevel 3318
|
||||||
%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