From 9f1d06bb466aa6d108127ad2b0b92d3bcec3f4ae8a6bbcda49c2d1e782724aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 24 Oct 2022 09:09:35 +0000 Subject: [PATCH] - Updated to version 9.0.0814, fixes the following problems * Kitty terminal is not recognized. * GUI mouse scrollwheel mappings don't work. * Error if :echowin is preceded by a command modifier * readblob() returns empty when trying to read too much * Test for job writing to buffer fails * sonnet filetype detection has a typo * With 'smoothscroll' typing "0" may not go to the first column * 'langmap' works differently when there are modifiers * Filetype autocmd may cause freed memory access * Crash when trying to divice the largest negative number by -1 * readblob() cannot read from character device. * The modifyOtherKeys flag is set when it should not. * In compiled function ->() on next line not recognized * Clang format configuration files are not recognized. * Order of assert function arguments is reverted. * readblob() always reads the whole file. * At the hit-Enter prompt the End and Home keys may not work. * Dummy buffer ends up in a window * User command does not get number from :tab modifier * Memory leak with empty shell command * ":!" doesn't do anything but does update the previous command. * OpenVPN files are not recognized. * 'scroll' value computed in unexpected location * The libvterm code is outdated. * Quickfix commands may keep memory allocated. * With a Visual block a put command column may go negative. * Indent and option tests fail. * Cannot use 'indentexpr' for Lisp indenting. * Display test for 'listchars' "precedes" fails OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=760 --- vim-9.0.0743.tar.gz | 3 --- vim-9.0.0814.tar.gz | 3 +++ vim.changes | 41 +++++++++++++++++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 45 insertions(+), 4 deletions(-) delete mode 100644 vim-9.0.0743.tar.gz create mode 100644 vim-9.0.0814.tar.gz diff --git a/vim-9.0.0743.tar.gz b/vim-9.0.0743.tar.gz deleted file mode 100644 index 9c77e0d..0000000 --- a/vim-9.0.0743.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7457f80f457c2bf42eb3412da5fc6bdbe0c67c214438b4961fdae92dba8b5606 -size 16764431 diff --git a/vim-9.0.0814.tar.gz b/vim-9.0.0814.tar.gz new file mode 100644 index 0000000..db5263d --- /dev/null +++ b/vim-9.0.0814.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc8981c101d5e46ee338493d976b5d870e7aeae189acb58d0d20900e7a1391b +size 16780041 diff --git a/vim.changes b/vim.changes index db40554..5ed6c0e 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Mon Oct 24 08:56:32 UTC 2022 - Ondřej Súkup + +- Updated to version 9.0.0814, fixes the following problems + * Kitty terminal is not recognized. + * GUI mouse scrollwheel mappings don't work. + * Error if :echowin is preceded by a command modifier + * readblob() returns empty when trying to read too much + * Test for job writing to buffer fails + * sonnet filetype detection has a typo + * With 'smoothscroll' typing "0" may not go to the first column + * 'langmap' works differently when there are modifiers + * Filetype autocmd may cause freed memory access + * Crash when trying to divice the largest negative number by -1 + * readblob() cannot read from character device. + * The modifyOtherKeys flag is set when it should not. + * In compiled function ->() on next line not recognized + * Clang format configuration files are not recognized. + * Order of assert function arguments is reverted. + * readblob() always reads the whole file. + * At the hit-Enter prompt the End and Home keys may not work. + * Dummy buffer ends up in a window + * User command does not get number from :tab modifier + * Memory leak with empty shell command + * ":!" doesn't do anything but does update the previous command. + * OpenVPN files are not recognized. + * 'scroll' value computed in unexpected location + * The libvterm code is outdated. + * Quickfix commands may keep memory allocated. + * With a Visual block a put command column may go negative. + * Indent and option tests fail. + * Cannot use 'indentexpr' for Lisp indenting. + * Display test for 'listchars' "precedes" fails + * Line number not visisble with smoothscroll'', 'nu' and 'rnu' + * No autocmd event for changing text in a terminal window + * 'scrolloff' does not work well with 'smoothscroll'. + * Crash when popup closed in callback + * Alloc/free of buffer for each quickfix entry is inefficient + * Wrong cursor position when using "gj" and "gk" in a long line. + * In script in autoload dir exported variable is not found. + ------------------------------------------------------------------- Thu Oct 13 16:21:57 UTC 2022 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 1d554ce..a4636df 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 0743 +%define patchlevel 0814 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site