Dominique Leuenberger 2020-11-15 14:24:50 +00:00 committed by Git OBS Bridge
commit 9bdc756301
4 changed files with 31 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Nov 12 06:41:20 UTC 2020 - Wang Jun <jgwang@suse.com>
- Updated to version 8.2.1975, fixes the following problems
* Vim9: cannot specify argument types for lambda.
* Diff and cursorcolumn highlighting don't mix.
* Build failure with timers.
* Crash when terminal buffer name is made empty. (Dhiraj Mishra)
* Update runtime files
* Warning for uninitialized variable.
* Various comments can be improved.
* Correct list of patches.
* Netbeans may access freed memory.
* Crash when using a popup window with "latin1" encoding.
* Not all ConTeXt files are recognized.
* Vim9: tests fail without the channel feature.
* Popup becomes current window after closing a terminal window.
* The session file does not restore the alternate file.
* Vim9: has() assumes a feature does not change dynamically.
* Vim9: map() may change the list or dict item type.
* It is easy to make mistakes when cleaning up swap files after the system crashed.
* Memory leak when map() fails.
* Crash when recreating nested fold.
* Finding a patch number can be a bit slow.
* Vim9: test for has('gui_running') fails with VIMDLL.
* Win32: memory leak when encoding conversion fails.
-------------------------------------------------------------------
Thu Nov 5 11:44:18 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -17,7 +17,7 @@
%define pkg_version 8.2
%define patchlevel 1955
%define patchlevel 1975
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim82
%define site_runtimepath %{_datadir}/vim/site