From 2837c0e3598ab986cd564ba526ad0dfcaa1a17dc23e1a86c8fbb3eb1097b84ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 13 Oct 2022 16:22:47 +0000 Subject: [PATCH] - Updated to version 9.0.0743, fixes the following problems * Virtual text "after" not correct with 'nowrap'. * Quitting/unloading/hiding a terminal buffer does not always work properly. * SubStation Alpha files are not recognized. * Wrong column when calling setcursorcharpos() with zero lnum. * of MenuPopup event is expanded like a file name. * With 'nowrap' two virtual text below not displayed correctly. * Wrong argument for append() gives two error messages. * With 'nowrap' virtual text "after" does not scroll left. * Compiler warning for unused variable in tiny build. * Extra empty line between two virtual text "below" when 'wrap' and 'number' are set. * Too many delete() calls in tests. * Virtual text "above" with padding not displayed correctly. * Virtual text "after" does not show with 'list' set. * Extra empty line below virtual text when 'list' is set. * Closure in compiled function gets same variable in block. * Virtual text "after" wraps to next line even when 'wrap' is off and 'list' is set. * Looping over list of lists and changing the list contents works in Vim9 script, not in a compiled function. * Help in the repository differs from patched version too much. * extend() test fails. * The rightleft and arabic features are disabled. * Startup test fails with right-left feature. * clang-tidy configuration files are not recognized. * No check for white space before and after "=<<". (Doug Kearns) * Use of strftime() is not safe. * Cursor position invalid when scrolling with 'smoothscroll' set. (Ernie Rael) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=759 --- vim-9.0.0709.tar.gz | 3 --- vim-9.0.0743.tar.gz | 3 +++ vim.changes | 43 +++++++++++++++++++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 47 insertions(+), 4 deletions(-) delete mode 100644 vim-9.0.0709.tar.gz create mode 100644 vim-9.0.0743.tar.gz diff --git a/vim-9.0.0709.tar.gz b/vim-9.0.0709.tar.gz deleted file mode 100644 index 85a3e2c..0000000 --- a/vim-9.0.0709.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f50ab9c023e7c276a61a7076c840d36254ce83691dba28af9ac5c513b6ace3b4 -size 16759275 diff --git a/vim-9.0.0743.tar.gz b/vim-9.0.0743.tar.gz new file mode 100644 index 0000000..9c77e0d --- /dev/null +++ b/vim-9.0.0743.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7457f80f457c2bf42eb3412da5fc6bdbe0c67c214438b4961fdae92dba8b5606 +size 16764431 diff --git a/vim.changes b/vim.changes index 771c57e..db40554 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Thu Oct 13 16:21:57 UTC 2022 - Ondřej Súkup + +- Updated to version 9.0.0743, fixes the following problems + * Virtual text "after" not correct with 'nowrap'. + * Quitting/unloading/hiding a terminal buffer does not always work properly. + * SubStation Alpha files are not recognized. + * Wrong column when calling setcursorcharpos() with zero lnum. + * of MenuPopup event is expanded like a file name. + * With 'nowrap' two virtual text below not displayed correctly. + * Wrong argument for append() gives two error messages. + * With 'nowrap' virtual text "after" does not scroll left. + * Compiler warning for unused variable in tiny build. + * Extra empty line between two virtual text "below" when 'wrap' and 'number' + are set. + * Too many delete() calls in tests. + * Virtual text "above" with padding not displayed correctly. + * Virtual text "after" does not show with 'list' set. + * Extra empty line below virtual text when 'list' is set. + * Closure in compiled function gets same variable in block. + * Virtual text "after" wraps to next line even when 'wrap' is off and + 'list' is set. + * Looping over list of lists and changing the list contents works in Vim9 + script, not in a compiled function. + * Help in the repository differs from patched version too much. + * extend() test fails. + * The rightleft and arabic features are disabled. + * Startup test fails with right-left feature. + * clang-tidy configuration files are not recognized. + * No check for white space before and after "=<<". (Doug Kearns) + * Use of strftime() is not safe. + * Cursor position invalid when scrolling with 'smoothscroll' set. (Ernie + Rael) + * Breakindent and scrolloff tests fail. + * Quickfix listing does not handle very long messages. + * Lisp word only recognized when a space follows. + * Cannot suppress completion "scanning" messages. + * Mouse column not correctly used for popup_setpos. + * prop_add_list() gives multiple errors for invalid argument. + * Cannot specify an ID for each item with prop_add_list(). (Sergey Vlasov) + * Starting cscope on Unix does not quote the arguments correctly. (Gary + Johnson) + ------------------------------------------------------------------- Sun Oct 9 21:37:48 UTC 2022 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index ffa2b21..1d554ce 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 0709 +%define patchlevel 0743 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site