From bdeafa1e598a18982dd36055e17d56d3b06493885c5a7d3d1fe6edc545ce0d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 6 Aug 2021 14:11:19 +0000 Subject: [PATCH] - 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 --- vim-8.2.3281.tar.gz | 3 --- vim-8.2.3299.tar.gz | 3 +++ vim.changes | 25 +++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 vim-8.2.3281.tar.gz create mode 100644 vim-8.2.3299.tar.gz diff --git a/vim-8.2.3281.tar.gz b/vim-8.2.3281.tar.gz deleted file mode 100644 index 8497ce0..0000000 --- a/vim-8.2.3281.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9aa89b500cedc9d788f1645c7f955b622e3322eea2007f4f6f34b2e4b9c92960 -size 15665971 diff --git a/vim-8.2.3299.tar.gz b/vim-8.2.3299.tar.gz new file mode 100644 index 0000000..8e00923 --- /dev/null +++ b/vim-8.2.3299.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e988f9ae9425d88280c39ff5e8985d5d7f22abac869cfc6316d7655096858891 +size 15672397 diff --git a/vim.changes b/vim.changes index 158f56d..6bb5c7d 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Aug 6 14:10:23 UTC 2021 - Ondřej Súkup + +- 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 diff --git a/vim.spec b/vim.spec index 8c23d7b..a9a5f21 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.2 -%define patchlevel 3281 +%define patchlevel 3299 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim82 %define site_runtimepath %{_datadir}/vim/site