Accepting request 764661 from editors
- Updated to version 8.2.0119, fixes the following problems * Printf formats are not exactly right. * Hgignore is out of sync from gitignore. * When sign text is changed a manual redraw is needed. (Pontus Lietzler) * Corrupted text properties when expanding spaces. * prop_find() is not implemented. * VAR_SPECIAL is also used for booleans. * Illegal memory access when using 'cindent'. * "make cmdidxs" fails. * Info about sourced scripts is scattered. * Byte2line() does not work correctly with text properties. (Billie Cleek) * BufEnter autocmd not triggered on ":tab drop". (Andy Stewart) * Crash when using gettabwinvar() with invalid arguments. (Yilin Yang) * Crash when cycling to buffers involving popup window . * Message test fails on some platforms. (Elimar Riesebieter) * Wrong size argument to vim_snprintf(). (Dominique Pelle) * Diffmode completion doesn't use per-window setting. * Some corners of vim_snprintf() are not tested. * ERROR_UNKNOWN clashes on some systems. * Crash when using Python 3 with "utf32" encoding. (Dominique Pelle) * ETYPE_ is used for two different enums. * Crash when using Python 3 with "debug" encoding. (Dominique Pelle) * Initializing globals with COMMA is clumsy. * Python 3 unicode test sometimes fails. * Python 3 unicode test still sometimes fails. * settagstack() cannot truncate at current index. * Expanding <sfile> works differently the second time. * Python 3 unicode test still fails on MS-Windows. * Globals using INIT4() are not in the tags file. * When reusing a buffer listeners are not cleared. (Axel Forsman) OBS-URL: https://build.opensuse.org/request/show/764661 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=249
This commit is contained in:
commit
9dea1cb5d0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bc3446bcb0c8dd9f4aa44f5e6e21c7cc3583922b8e554d4059b21950db250b34
|
|
||||||
size 14658425
|
|
3
vim-8.2.0119.tar.gz
Normal file
3
vim-8.2.0119.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b56603aebc47f06e06a1419b9c5db855f4af5dc71ffa28a00cebcf4b4162aa7
|
||||||
|
size 14668552
|
57
vim.changes
57
vim.changes
@ -1,3 +1,60 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 15 12:54:34 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- Updated to version 8.2.0119, fixes the following problems
|
||||||
|
* Printf formats are not exactly right.
|
||||||
|
* Hgignore is out of sync from gitignore.
|
||||||
|
* When sign text is changed a manual redraw is needed. (Pontus Lietzler)
|
||||||
|
* Corrupted text properties when expanding spaces.
|
||||||
|
* prop_find() is not implemented.
|
||||||
|
* VAR_SPECIAL is also used for booleans.
|
||||||
|
* Illegal memory access when using 'cindent'.
|
||||||
|
* "make cmdidxs" fails.
|
||||||
|
* Info about sourced scripts is scattered.
|
||||||
|
* Byte2line() does not work correctly with text properties. (Billie Cleek)
|
||||||
|
* BufEnter autocmd not triggered on ":tab drop". (Andy Stewart)
|
||||||
|
* Crash when using gettabwinvar() with invalid arguments. (Yilin Yang)
|
||||||
|
* Crash when cycling to buffers involving popup window .
|
||||||
|
* Message test fails on some platforms. (Elimar Riesebieter)
|
||||||
|
* Wrong size argument to vim_snprintf(). (Dominique Pelle)
|
||||||
|
* Diffmode completion doesn't use per-window setting.
|
||||||
|
* Some corners of vim_snprintf() are not tested.
|
||||||
|
* ERROR_UNKNOWN clashes on some systems.
|
||||||
|
* Crash when using Python 3 with "utf32" encoding. (Dominique Pelle)
|
||||||
|
* ETYPE_ is used for two different enums.
|
||||||
|
* Crash when using Python 3 with "debug" encoding. (Dominique Pelle)
|
||||||
|
* Initializing globals with COMMA is clumsy.
|
||||||
|
* Python 3 unicode test sometimes fails.
|
||||||
|
* Python 3 unicode test still sometimes fails.
|
||||||
|
* settagstack() cannot truncate at current index.
|
||||||
|
* Expanding <sfile> works differently the second time.
|
||||||
|
* Python 3 unicode test still fails on MS-Windows.
|
||||||
|
* Globals using INIT4() are not in the tags file.
|
||||||
|
* When reusing a buffer listeners are not cleared. (Axel Forsman)
|
||||||
|
* Text properties wrong when tabs and spaces are exchanged.
|
||||||
|
* Complete item "user_data" can only be a string.
|
||||||
|
* Dead code in builtin functions.
|
||||||
|
* Build error for small version. (Tony Mechelynck)
|
||||||
|
* Crash in command line expansion when out of memory.
|
||||||
|
* Insufficient tests for tags; bug in using extra tag field when using an
|
||||||
|
ex command to position the cursor.
|
||||||
|
* Crash when running out of memory in :setfiletype completion.
|
||||||
|
* Generated files show up in git status.
|
||||||
|
* Compiler warnings for size_t / int types.
|
||||||
|
* Tags functionality insufficiently tested.
|
||||||
|
* win_splitmove() can make Vim hang.
|
||||||
|
* Cannot specify exit code for :cquit.
|
||||||
|
* Cannot create tiny popup window in last column. (Daniel Steinberg)
|
||||||
|
* Crash with autocommand and spellfile. (Tim Pope)
|
||||||
|
* Exe stack length can be wrong without being detected.
|
||||||
|
* Use of NULL pointer when out of memory.
|
||||||
|
* Macros for Ruby are too complicated.
|
||||||
|
* Crash when passing null object to ":echomsg".
|
||||||
|
* Messages test fails in small version.
|
||||||
|
* Using null object with execute() has strange effects.
|
||||||
|
* Using channel or job with ":execute" has strange effects.
|
||||||
|
* Vim license not easy to find on github.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 30 21:12:22 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
Mon Dec 30 21:12:22 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
5
vim.spec
5
vim.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vim
|
# spec file for package vim
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 8.2
|
%define pkg_version 8.2
|
||||||
%define patchlevel 0063
|
%define patchlevel 0119
|
||||||
%define patchlevel_compact %{patchlevel}
|
%define patchlevel_compact %{patchlevel}
|
||||||
%define VIM_SUBDIR vim82
|
%define VIM_SUBDIR vim82
|
||||||
%define site_runtimepath %{_datadir}/vim/site
|
%define site_runtimepath %{_datadir}/vim/site
|
||||||
@ -312,7 +312,6 @@ install -D -m 0644 %{SOURCE19} %{buildroot}%{_datadir}/applications/gvim.desktop
|
|||||||
#
|
#
|
||||||
# documentation
|
# documentation
|
||||||
install -d -m 0755 %{buildroot}%{_docdir}/{,g}vim/
|
install -d -m 0755 %{buildroot}%{_docdir}/{,g}vim/
|
||||||
cp runtime/doc/uganda.txt LICENSE
|
|
||||||
install -D -m 0644 \
|
install -D -m 0644 \
|
||||||
vimrc_example1 vimrc_example2 suse.vimrc \
|
vimrc_example1 vimrc_example2 suse.vimrc \
|
||||||
README.txt READMEdir/README_src.txt READMEdir/README_unix.txt \
|
README.txt READMEdir/README_src.txt READMEdir/README_unix.txt \
|
||||||
|
Loading…
Reference in New Issue
Block a user