From 3566a723372a1f69f689a2fede9fcabddd54bacabe3d8f3e3e1ec7e1923d7f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 14 Aug 2022 09:54:27 +0000 Subject: [PATCH] - Updated to version 9.0.0203, fixes the following problems * Textprop test with line2byte() fails on MS-Windows. * Quarto files are not recognized. * Extra space after virtual text when 'linebreak' is set. * Virtual text prop highlight continues after truncation. * Virtual text does not show if tehre is a text prop at same position. (Ben Jackson) * Virtual text without highlighting does not show. (Ben Jackson) * Command line height changes when maximizing window height. * Strange effects when using virtual text with "text_align" and non-zero column. (Martin Tournoij) * Invalid memory access for text prop without highlight. * The way 'cmdheight' can be made zero is inconsistent. * Messages test fails; window size incorrect when 'cmdheight' is made smaller. * Possible invalid memory access when 'cmdheight' is zero. (Martin Tournoij) * Search and match highlgith interfere with virtual text highlight. (Ben Jackson) * Cursor displayed in wrong position after removing text prop. (Ben Jackson) * Metafun files are not recogized. * Finding value in list may require a for loop. * Astro files are not detected. * ml_get error when switching buffer in Visual mode. * Cursor position wrong with two right-aligned virtual texts. * cursor in a wrong positoin if 'wrap' is off and using two right aligned text props in one line. * CursorLine highlight overrules virtual text highlight. * Code and help for indexof() is not ideal. * Confusing variable name. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=736 --- vim-9.0.0181.tar.gz | 3 --- vim-9.0.0203.tar.gz | 3 +++ vim.changes | 33 +++++++++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 vim-9.0.0181.tar.gz create mode 100644 vim-9.0.0203.tar.gz diff --git a/vim-9.0.0181.tar.gz b/vim-9.0.0181.tar.gz deleted file mode 100644 index c02d747..0000000 --- a/vim-9.0.0181.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92c7d9b37d35fffa29aa8940adfd851f8122f15f2925611ae29b466347f7bab7 -size 16741809 diff --git a/vim-9.0.0203.tar.gz b/vim-9.0.0203.tar.gz new file mode 100644 index 0000000..7abbb3e --- /dev/null +++ b/vim-9.0.0203.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db8777ed13708c826e2974b177061562c570176146e66bb9744c02aaa232f7f +size 16746280 diff --git a/vim.changes b/vim.changes index b9b4b73..86b6721 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sun Aug 14 09:44:23 UTC 2022 - Ondřej Súkup + +- Updated to version 9.0.0203, fixes the following problems + * Textprop test with line2byte() fails on MS-Windows. + * Quarto files are not recognized. + * Extra space after virtual text when 'linebreak' is set. + * Virtual text prop highlight continues after truncation. + * Virtual text does not show if tehre is a text prop at same position. (Ben + Jackson) + * Virtual text without highlighting does not show. (Ben Jackson) + * Command line height changes when maximizing window height. + * Strange effects when using virtual text with "text_align" and non-zero + column. (Martin Tournoij) + * Invalid memory access for text prop without highlight. + * The way 'cmdheight' can be made zero is inconsistent. + * Messages test fails; window size incorrect when 'cmdheight' is made + smaller. + * Possible invalid memory access when 'cmdheight' is zero. (Martin Tournoij) + * Search and match highlgith interfere with virtual text highlight. (Ben + Jackson) + * Cursor displayed in wrong position after removing text prop. (Ben Jackson) + * Metafun files are not recogized. + * Finding value in list may require a for loop. + * Astro files are not detected. + * ml_get error when switching buffer in Visual mode. + * Cursor position wrong with two right-aligned virtual texts. + * cursor in a wrong positoin if 'wrap' is off and using two right aligned + text props in one line. + * CursorLine highlight overrules virtual text highlight. + * Code and help for indexof() is not ideal. + * Confusing variable name. + ------------------------------------------------------------------- Wed Aug 10 09:38:28 UTC 2022 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 916ebbd..5adad78 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 0181 +%define patchlevel 0203 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site