- Updated to version 8.2.3567, fixes the following problems

* Xxd revert does not handle end of line correctly.
  * Xxd has various way to exit.
  * ModeChanged is not triggered on every mode change.
  * Filler lines are incorrect for other window in diff mode after making
  a change.
  * Vim9: cannot call imported funcref at script level.
  * Vim9: asserting the wrong variable.
  * Loop variable recreated every time.
  * Using freed memory with lambda.
  * Cscope has a complicated way of giving an error message.
  * Cannot add color names.
  * Build failure with +eval but without GUI or +termguicolors
  * Invalid memory access when scrolling without a valid screen.
  * Makefile dependencies are outdated. (Gary Johnson)
  * Build failure on old systems when using nano timestamp.
  * CTRL-I in Insert mode is not tested

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=684
This commit is contained in:
Ondřej Súkup 2021-10-31 10:14:59 +00:00 committed by Git OBS Bridge
parent ec81c2bb25
commit 2a7a4fd4b9
4 changed files with 25 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a9e4cf0ba644550b1d9583af99ba036c0ec3e851f8c5067c5c91ffdfb10c651
size 15761472

3
vim-8.2.3567.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ef1266e97bbf3015f739993a62ecf2c08f3b0a44e73925b0083b261377190cc
size 15771981

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Oct 31 10:11:52 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 8.2.3567, fixes the following problems
* Xxd revert does not handle end of line correctly.
* Xxd has various way to exit.
* ModeChanged is not triggered on every mode change.
* Filler lines are incorrect for other window in diff mode after making
a change.
* Vim9: cannot call imported funcref at script level.
* Vim9: asserting the wrong variable.
* Loop variable recreated every time.
* Using freed memory with lambda.
* Cscope has a complicated way of giving an error message.
* Cannot add color names.
* Build failure with +eval but without GUI or +termguicolors
* Invalid memory access when scrolling without a valid screen.
* Makefile dependencies are outdated. (Gary Johnson)
* Build failure on old systems when using nano timestamp.
* CTRL-I in Insert mode is not tested
-------------------------------------------------------------------
Fri Oct 22 14:53:00 UTC 2021 - Stefan Schubert <schubi@suse.de>

View File

@ -17,7 +17,7 @@
%define pkg_version 8.2
%define patchlevel 3552
%define patchlevel 3567
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim82
%define site_runtimepath %{_datadir}/vim/site
@ -676,7 +676,6 @@ fi
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/syntax.vim
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/vim.vim
%{_datadir}/vim/%{VIM_SUBDIR}/*.vim
%{_datadir}/vim/%{VIM_SUBDIR}/rgb.txt
%files -n gvim
%doc runtime/doc/gui_x11.txt