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