diff --git a/vim-8.2.2411.tar.gz b/vim-8.2.2411.tar.gz deleted file mode 100644 index 036c755..0000000 --- a/vim-8.2.2411.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4f1948375334c1f5c61fde0dc4bd3b5c840610b54130a075450da7fc1c8a766 -size 15410451 diff --git a/vim-8.2.2564.tar.gz b/vim-8.2.2564.tar.gz new file mode 100644 index 0000000..039bf67 --- /dev/null +++ b/vim-8.2.2564.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d496070443c87a4d8fc8559585fbbb52640ff5302367091f1680c48118279d7 +size 15436035 diff --git a/vim.changes b/vim.changes index f1982cb..df6d6ed 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Mar 3 19:04:23 UTC 2021 - Ondřej Súkup + +- Updated to version 8.2.2564, fixes the following problems + * Not all fields in "cstack" are initialized which might cause a crash. + * Crash when using :all while using a cmdline window. (Zdenek Dohnal) + * Using freed memory when closing the cmdline window. + * No way to check for the cmdwin feature, cmdline_hist is now always enabled. + * May get stuck in command line window state. + * Condition stack values may be used when not set. + * Color not changed if ModeMsg highlight is set in InsertEnter autocmd + event. (Paul Swanson) + * Autocmd test was failing on MS-Windows with GUI. + * Too many problems with using all autocommand events. + * Double free when using autocommand with "argdel". (Houyunsong) + * Crash when deleting with line number out of range. (Houyunsong) + * Missing error message. + * Some tests are known to cause an error with ASAN. + * Cursor on invalid line with range and :substitute. + * Allowing 'completefunc' to switch windows causes trouble. + * Can still switch windows for 'completefunc'. + * FocusGained does not work when 'ttymouse' is empty. + * :goto does not work correctly with text properties. (Sam McCall) + * :vimgrep expands wildcards twice. + * Warning for -fno-strength-reduce with Clang 11. + * Libvterm tests are executed even when libtool doesn't work. + * Opening cmdline window gives error in BufLeave autocommand. + * Vim9: no error when compiling str2nr() with a number. + * setline() gives an error for some types. + * Vim9 script test is a bit flaky. + * Deprecation warnings with default configuration. + * Out of bounds compiler warning. + ------------------------------------------------------------------- Mon Mar 1 13:45:17 UTC 2021 - Matthias Gerstner diff --git a/vim.spec b/vim.spec index a11fbb5..5832a11 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.2 -%define patchlevel 2411 +%define patchlevel 2564 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim82 %define site_runtimepath %{_datadir}/vim/site