- Updated to version 8.2.3299, fixes the following problems
* Vim9: TODO items in tests can be taken care of. * Vim9: error about using -complete without -nargs is confusing. * Julia filetype is not recognized * No error for insert() or remove() changing a locked blob. * Scdoc filetype is not recognized. * win_enter_ext() has too many boolean arguments. * Channel events not handled in BufEnter autocommand. * Cannot easily access namespace dictionaries from Lua. * Compiler warning for unused variable with small features. * Vim9: compiling dict may use pointer after free and leak memory on failure. * Coverity warns for not checking return value. * Underscore in very magic pattern causes a hang. Pattern with \V are case sensitive. (Yutao Yuan) * Finding completions may cause an endless loop. * Lua: memory leak when adding dict item fails. * 'cursorline' should not apply to 'breakindent'. * Vim9: cannot add a number to a float. * Cannot use all commands inside a {} block after :command and :autocmd. * Build failure with small features. * Vim9: exists() does not handle much at compile time. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=673
This commit is contained in:
parent
fdb003b973
commit
bdeafa1e59
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9aa89b500cedc9d788f1645c7f955b622e3322eea2007f4f6f34b2e4b9c92960
|
|
||||||
size 15665971
|
|
3
vim-8.2.3299.tar.gz
Normal file
3
vim-8.2.3299.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e988f9ae9425d88280c39ff5e8985d5d7f22abac869cfc6316d7655096858891
|
||||||
|
size 15672397
|
25
vim.changes
25
vim.changes
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 6 14:10:23 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- Updated to version 8.2.3299, fixes the following problems
|
||||||
|
* Vim9: TODO items in tests can be taken care of.
|
||||||
|
* Vim9: error about using -complete without -nargs is confusing.
|
||||||
|
* Julia filetype is not recognized
|
||||||
|
* No error for insert() or remove() changing a locked blob.
|
||||||
|
* Scdoc filetype is not recognized.
|
||||||
|
* win_enter_ext() has too many boolean arguments.
|
||||||
|
* Channel events not handled in BufEnter autocommand.
|
||||||
|
* Cannot easily access namespace dictionaries from Lua.
|
||||||
|
* Compiler warning for unused variable with small features.
|
||||||
|
* Vim9: compiling dict may use pointer after free and leak memory on failure.
|
||||||
|
* Coverity warns for not checking return value.
|
||||||
|
* Underscore in very magic pattern causes a hang. Pattern with \V are
|
||||||
|
case sensitive. (Yutao Yuan)
|
||||||
|
* Finding completions may cause an endless loop.
|
||||||
|
* Lua: memory leak when adding dict item fails.
|
||||||
|
* 'cursorline' should not apply to 'breakindent'.
|
||||||
|
* Vim9: cannot add a number to a float.
|
||||||
|
* Cannot use all commands inside a {} block after :command and :autocmd.
|
||||||
|
* Build failure with small features.
|
||||||
|
* Vim9: exists() does not handle much at compile time.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 4 08:46:36 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
Wed Aug 4 08:46:36 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 3281
|
%define patchlevel 3299
|
||||||
%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