diff --git a/vim-8.2.0200.tar.gz b/vim-8.2.0200.tar.gz deleted file mode 100644 index 0b2c44c..0000000 --- a/vim-8.2.0200.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91fb367845679117e6e748caaf3e61ada29f936b55df8962e40241514dd2f45a -size 14754499 diff --git a/vim-8.2.0257.tar.gz b/vim-8.2.0257.tar.gz new file mode 100644 index 0000000..6db8aef --- /dev/null +++ b/vim-8.2.0257.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1722f0a2695e6e4724320f2186ffca0de1b6379749896c56026c56d9e61a560 +size 14767612 diff --git a/vim.changes b/vim.changes index 911b969..ec1c611 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Fri Feb 14 15:01:26 UTC 2020 - Ondřej Súkup + +- Updated to version 8.2.0257, fixes the following problems + * Vim9 script commands not sufficiently tested. + * Cannot assign to an imported variable. + * When 'lazyredraw' is set the window title may not be updated. + * :helptags and some other functionality not tested. + * Crash when using winnr('j') in a popup window. + * Error code E899 used twice. + * Calling Vim9 function using default argument fails. + * Crash when missing member type on list argument. + * Fnamemodify() does not apply ":~" when followed by ":.". + * Function a bit far away from where it's used. + * Coverity complains about uninitialized field. + * Test for ANSI colors fails without an "ls" command. + * Missing search/substitute pattern hardly tested. + * Configure does not recognize gcc 10.0 and later. + * A popup window with a terminal can be made hidden. + * Wrong file name shortening. (Ingo Karkat) + * Several Vim9 instructions are not tested. + * Terminal test fails on Mac. + * Several Vim9 instructions are not tested. + * Terminal test still fails on Mac. + * Terminal test did pass on Mac. + * No test for Vim9 += and ..=. + * Vim9: optional function arguments don't work yet. + * Some instructions not yet tested. + * compiling :elseif not tested yet. + * compiling lambda not tested yet. + * Compiling for loop not tested. + * Compiling a few instructions not tested. + * Configure does not recognize gcc version on BSD. + * Compare instructions not tested. + * Terminal popup test is flaky. + * Silent system command may clear the screen. + * The :compiler command causes a crash. (Daniel Steinberg) + * Crash when using garbagecollect() in between rand(). + * Message test fails on SunOS. + * Draw error when an empty group is removed from 'statusline'. + * Crash when setting 'wincolor' on finished terminal window. (Bakudankun) + variables. (Tim Pope) + * Using memory after it was freed. (Dominique Pelle) + * Crash when setting 'buftype' to "quickfix". + * Preview popup window test fails with long directory name. (Jakub + Kądziołka) + * Insufficient code coverage for ex_docmd.c functions. + * Compiler warning in Lua interface. + * test_clear_search_pat() is unused. + * A couple of function return types can be more specific. + * Crash when using :disassamble without argument. (Dhiraj Mishra) + * Compiler warning for checking size_t to be negative. + * Time and timer related code is spread out. + * Cannot recognize a terminal in a popup window. + ------------------------------------------------------------------- Mon Feb 3 09:17:59 UTC 2020 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 279299c..93a08f6 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.2 -%define patchlevel 0200 +%define patchlevel 0257 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim82 %define site_runtimepath %{_datadir}/vim/site