From be5b9ed24e35faf375133876fb486265757c6f8c6271f97825ef68a2073b0cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 1 Jun 2021 11:09:16 +0000 Subject: [PATCH] - Updated to version 8.2.2918, fixes the following problems * Using mapping on the command line triggers CmdlineChanged. (Naohiro Ono) * Configure can add --as-needed a second time. * Window is not updated after using mapping. * Custom statusline cannot contain % items. * White space after "->" does not give E274. * Get readonly error for device that can't be written to. * Vim9: exception in ISN_INSTR caught at wrong level. * Test fails because of changed error message. * Tcl test fails because of changed error message. * Adding a text property causes the whole window to be redawn. * Vim9: "legacy return" is not recognized as a return statement. * Removing a text property causes the whole window to be redawn. * Removing a text property does not redraw optimally. * Vim9: crash when using inline function. * Skipping over function body fails. * Vim9: memory leak when using inline function. * Build failure. * Vim9: When executing a compiled expression the trylevel at start is changed but not restored. (closes #8214) * Using unified diff is not tested. * CmdlineChange event triggered twice for CTRL-R. * Unnessary VIM_ISDIGIT() calls, badly indented code. * Python tests fail without the channel feature. * Not enough tests for writing buffers. * Cancelling inputlist() after a digit does not return zero. * Configure cannot detect Python 3.10. * Insufficient tests for popup menu rightleft. * Vim9: for loop list unpack only allows for one "_". OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=664 --- vim-8.2.2850.tar.gz | 3 -- vim-8.2.2918.tar.gz | 3 ++ vim.changes | 72 +++++++++++++++++++++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 76 insertions(+), 4 deletions(-) delete mode 100644 vim-8.2.2850.tar.gz create mode 100644 vim-8.2.2918.tar.gz diff --git a/vim-8.2.2850.tar.gz b/vim-8.2.2850.tar.gz deleted file mode 100644 index dc13bfd..0000000 --- a/vim-8.2.2850.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58989c6b71a91df65a31c182ad9798738e769616f72ed630215b7c2d9c93ae31 -size 15508982 diff --git a/vim-8.2.2918.tar.gz b/vim-8.2.2918.tar.gz new file mode 100644 index 0000000..71be19f --- /dev/null +++ b/vim-8.2.2918.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b65416ee68fc70be5a36576f3cbf39fd279549119d6c827ee52f167757b684 +size 15524979 diff --git a/vim.changes b/vim.changes index 74a869d..5f5fb1d 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Tue Jun 1 10:19:44 UTC 2021 - Ondřej Súkup + +- Updated to version 8.2.2918, fixes the following problems + * Using mapping on the command line triggers CmdlineChanged. (Naohiro + Ono) + * Configure can add --as-needed a second time. + * Window is not updated after using mapping. + * Custom statusline cannot contain % items. + * White space after "->" does not give E274. + * Get readonly error for device that can't be written to. + * Vim9: exception in ISN_INSTR caught at wrong level. + * Test fails because of changed error message. + * Tcl test fails because of changed error message. + * Adding a text property causes the whole window to be redawn. + * Vim9: "legacy return" is not recognized as a return statement. + * Removing a text property causes the whole window to be redawn. + * Removing a text property does not redraw optimally. + * Vim9: crash when using inline function. + * Skipping over function body fails. + * Vim9: memory leak when using inline function. + * Build failure. + * Vim9: When executing a compiled expression the trylevel at start is + changed but not restored. (closes #8214) + * Using unified diff is not tested. + * CmdlineChange event triggered twice for CTRL-R. + * Unnessary VIM_ISDIGIT() calls, badly indented code. + * Python tests fail without the channel feature. + * Not enough tests for writing buffers. + * Cancelling inputlist() after a digit does not return zero. + * Configure cannot detect Python 3.10. + * Insufficient tests for popup menu rightleft. + * Vim9: for loop list unpack only allows for one "_". + * File extension .hsig not recognized. + * Unified diff fails if actually used. + * Various pieces of code not covered by tests. + * Vim9: memory leak when lambda has an error. + * Not enough cscope code is covered by tests. + * searching for \%'> does not match linewise end of line. (Tim Chase) + * Various pieces of code not covered by tests. + * Crash when passing null string to fullcommand(). + * Vim9: "k" command recognized in Vim9 script. + * Typo and verbose comment in Makefiles. + * Text property duplicated when data block splits. + * Cannot build with Perl 5.34. + * Error message contains random characters. + * Multi-byte text in popup title shows up wrong. + * Vim9: random characters appear in some error messages. + * Spellfile functionality not fully tested. + * Vim9: can use reserved words at the script level. + * QuitPre and ExitPre not triggered when GUI window is closed. + * Appveyor script does not detect nmake failure. + * QuitPre is triggered before :wq writes the file, which is different from + other commands. + * Some operators not fully tested. + * Spellfile functionality not fully tested. + * Cursor position wrong on wrapped line with 'signcolumn'. + * "g$" causes scroll if half a double width char is visible. + * No error when defaults.vim cannot be loaded. + * ASAN reports errors for test_startup for unknown reasons. + * Memory leak when running out of memory. + * Crash when using a terminal popup window from the cmdline window. + * Build error with non-Unix system. + * Test for cmdline window and terminal fails on MS-Windows. + * Pattern "\%V" does not match all of block selection. (Rick Howe) + * MS-Windows: most users expect using Unicode. + * MS-Windows conpty supports using mouse events. + * Cannot paste a block without adding padding. + * Operators are not fully tested. + * Spellfile functionality not fully tested. + * Builtin function can be shadowed by global variable. + ------------------------------------------------------------------- Fri May 14 08:58:50 UTC 2021 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 757fd85..e3994d8 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.2 -%define patchlevel 2850 +%define patchlevel 2918 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim82 %define site_runtimepath %{_datadir}/vim/site