From 07b3835a74809726fa921da908fd4ae6123e0b02a4c0f870434f92dff93531e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 12 Dec 2020 17:29:27 +0000 Subject: [PATCH] Accepting request 855308 from home:badshah400:branches:editors Update to version 8.2.2129 to fix multiple problems. Main issue fixed is https://github.com/vim/vim/issues/7427, which caused the menubar text to become unreadable when using dark colorschemes. OBS-URL: https://build.opensuse.org/request/show/855308 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=642 --- vim-8.2.2105.tar.gz | 3 --- vim-8.2.2129.tar.gz | 3 +++ vim.changes | 27 +++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 vim-8.2.2105.tar.gz create mode 100644 vim-8.2.2129.tar.gz diff --git a/vim-8.2.2105.tar.gz b/vim-8.2.2105.tar.gz deleted file mode 100644 index 5b689b8..0000000 --- a/vim-8.2.2105.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caf6e114dce2171e4aba1376d0a7ac60ab883fe5c34c8de4a48d9698f3710fb3 -size 15329221 diff --git a/vim-8.2.2129.tar.gz b/vim-8.2.2129.tar.gz new file mode 100644 index 0000000..00430bb --- /dev/null +++ b/vim-8.2.2129.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608b51531aadca07e2230c8ae82d56f63d86176591727e4c32793563cd5911e6 +size 15346023 diff --git a/vim.changes b/vim.changes index 51d125f..4848796 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sat Dec 12 09:24:23 UTC 2020 - Atri Bhattacharya + +- Update to version 8.2.2129, fixes the following problems: + * There is no way to do something on CTRL-Z + * Vim9: executing user command from Vim9 script not tested + * Ruby: missing function prototype + * Vim9: leaking memory + * Vim9: a range cannot be computed at runtime + * After using a complete popup the buffer is listed + * Vim9: crash when sourcing vim9script early + * Internal error when using \ze before \zs in a pattern + * Not all Perl functionality is tested + * GTK3: status line background color is wrong + * Dead code in the job support + * Some functions use any value as a string + * Vim9: some errors not tested for; dead code + * Vim9: unreachable code in assignment + * Running tests may leave some files behind + * GTK: menu background is the same color as the main window + * Cannot use ":shell" when reading from stdin + * "vim -" does not work well when modifyOtherKeys is enabled + * Vim9: no test to check for :let error + * Vim9: some errors not tested + * TOML files are not recognized + * Update runtime files. + ------------------------------------------------------------------- Mon Dec 7 07:08:18 UTC 2020 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 1cfebc3..6e2953c 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.2 -%define patchlevel 2105 +%define patchlevel 2129 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim82 %define site_runtimepath %{_datadir}/vim/site