From 6c934bb43fb1a74554560855a1a7aec85363175b20f6a1696e82d04bbdd0351a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 7 Jun 2024 12:26:27 +0000 Subject: [PATCH] Accepting request 1179008 from home:mschreiner:branches:editors - Update to 9.1.0470: * tests Test_ColonEight_MultiByte() fails sporadically * Cannot have buffer-local value for 'completeopt' * GvimExt does not consult HKEY_CURRENT_USER * typos in some comments * runtime(vim): Update base-syntax, allow whitespace before :substitute pattern * Missing comments for fuzzy completion * runtime(man): update Vim manpage * runtime(comment): clarify the usage of 'commentstring' option value * runtime(doc): clarify how fuzzy 'completeopt' should work * runtime(netrw): prevent accidental data loss * missing filecopy() function * no whitespace padding in commentstring option in ftplugins * no fuzzy-matching support for insert-completion * eval5() and eval7 are too complex * too many strlen() calls in drawline.c * filetype lintstagedrc files are not recognized * Vim9 import autoload does not work with symlink * Coverity complains about division by zero * tests test_gui fails on Wayland * Left shift is incorrect with vartabstop and shiftwidth=0 * runtime(doc): clarify 'shortmess' flag "S" * MS-Windows compiler warning for size_t to int conversion * runtime(doc): include some vim9 script examples in the help * minor issues in test_filetype with rasi test * filetype rasi files are not recognized * runtime(java): Improve the matching of lambda expressions * Configure checks for libelf unnecessarily OBS-URL: https://build.opensuse.org/request/show/1179008 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=855 --- vim-9.1.0448.tar.gz | 3 --- vim-9.1.0470.tar.gz | 3 +++ vim.changes | 39 +++++++++++++++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 43 insertions(+), 4 deletions(-) delete mode 100644 vim-9.1.0448.tar.gz create mode 100644 vim-9.1.0470.tar.gz diff --git a/vim-9.1.0448.tar.gz b/vim-9.1.0448.tar.gz deleted file mode 100644 index 79dbcb2..0000000 --- a/vim-9.1.0448.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b2e12503d537b6f2017850d9aa534ad8c78e49920845c2b19f7da6c6bdf1f87 -size 17907271 diff --git a/vim-9.1.0470.tar.gz b/vim-9.1.0470.tar.gz new file mode 100644 index 0000000..23f0af9 --- /dev/null +++ b/vim-9.1.0470.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76ed5d1191b5c76fe7195125c9975d78c92a54254b8b5d377c6caf5739da259 +size 17919981 diff --git a/vim.changes b/vim.changes index 0f6bb62..5a1621f 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Thu Jun 6 00:55:27 UTC 2024 - Martin Schreiner + +- Update to 9.1.0470: + * tests Test_ColonEight_MultiByte() fails sporadically + * Cannot have buffer-local value for 'completeopt' + * GvimExt does not consult HKEY_CURRENT_USER + * typos in some comments + * runtime(vim): Update base-syntax, allow whitespace before + :substitute pattern + * Missing comments for fuzzy completion + * runtime(man): update Vim manpage + * runtime(comment): clarify the usage of 'commentstring' option + value + * runtime(doc): clarify how fuzzy 'completeopt' should work + * runtime(netrw): prevent accidental data loss + * missing filecopy() function + * no whitespace padding in commentstring option in ftplugins + * no fuzzy-matching support for insert-completion + * eval5() and eval7 are too complex + * too many strlen() calls in drawline.c + * filetype lintstagedrc files are not recognized + * Vim9 import autoload does not work with symlink + * Coverity complains about division by zero + * tests test_gui fails on Wayland + * Left shift is incorrect with vartabstop and shiftwidth=0 + * runtime(doc): clarify 'shortmess' flag "S" + * MS-Windows compiler warning for size_t to int conversion + * runtime(doc): include some vim9 script examples in the help + * minor issues in test_filetype with rasi test + * filetype rasi files are not recognized + * runtime(java): Improve the matching of lambda expressions + * Configure checks for libelf unnecessarily + * No test for escaping '<' with shellescape() + * check.vim complains about overlong comment lines + * translation(it): Update Italian translation + * evalc. code too complex + * MS-Windows Compiler warnings + ------------------------------------------------------------------- Wed May 29 12:49:57 UTC 2024 - Martin Schreiner diff --git a/vim.spec b/vim.spec index 613c568..4363a0c 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 9.1 -%define patchlevel 0448 +%define patchlevel 0470 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim91 %define site_runtimepath %{_datadir}/vim/site