Accepting request 983876 from editors
- Updated to version 8.2.5136, fixes the following problems * Autocmd test still fails on MS-Windows. * When the GUI shows a dialog tests get stuck. * Gcc gives warning for signed/unsigned difference. * CI runs on Windows 2019. * Cannot build with clang on MS-Windows. * Value of cmod_verbose is a bit complicated to use. * Some functions return a different value on failure. * Terminal test fails with some shell commands. * Using "'<,'>" in Ex mode may compare unrelated pointers. * Error message for unknown command may mention the command twice. (Malcolm Rowe) * Terminal test still fails with some shell commands. * Using uninitialized memory when using 'listchars'. * Spelldump test sometimes hangs. * Some terminal tests are not retried. * Memory usage tests are not retried. * MS-Windows with MinGW: $CC may be "cc" instead of "gcc". * Interrupt not caught in test. * Build fails with small features. * Default cmdwin mappings are re-mappable. * Some callers of rettv_list_alloc() check for not OK. (Christ van Willegen) * Retab test disabled because it hangs on MS-Windows. * Mode not updated after CTRL-O CTRL-C in Insert mode. * Icon filetype not recognized from the first line. * No test for --gui-dialog-file. * Timer becomes invalid after fork/exec, :gui gives errors. (Gabriel Dupras) * Time limit on searchpair() does not work properly. * Search timeout is overrun with some patterns. * "limit" option of matchfuzzy() not always respected. OBS-URL: https://build.opensuse.org/request/show/983876 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=311
This commit is contained in:
commit
c75585942b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6a40f4eb8db1e3d5ac453a281886551afdf4f54dafa334676bf4bf663bee3243
|
|
||||||
size 16500252
|
|
3
vim-8.2.5136.tar.gz
Normal file
3
vim-8.2.5136.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed011e94a799a903997e8e0e786a0b1129ccd749101b25f9db687b4cfed76a56
|
||||||
|
size 16512645
|
50
vim.changes
50
vim.changes
@ -1,3 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 20 08:06:56 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- Updated to version 8.2.5136, fixes the following problems
|
||||||
|
* Autocmd test still fails on MS-Windows.
|
||||||
|
* When the GUI shows a dialog tests get stuck.
|
||||||
|
* Gcc gives warning for signed/unsigned difference.
|
||||||
|
* CI runs on Windows 2019.
|
||||||
|
* Cannot build with clang on MS-Windows.
|
||||||
|
* Value of cmod_verbose is a bit complicated to use.
|
||||||
|
* Some functions return a different value on failure.
|
||||||
|
* Terminal test fails with some shell commands.
|
||||||
|
* Using "'<,'>" in Ex mode may compare unrelated pointers.
|
||||||
|
* Error message for unknown command may mention the command twice. (Malcolm
|
||||||
|
Rowe)
|
||||||
|
* Terminal test still fails with some shell commands.
|
||||||
|
* Using uninitialized memory when using 'listchars'.
|
||||||
|
* Spelldump test sometimes hangs.
|
||||||
|
* Some terminal tests are not retried.
|
||||||
|
* Memory usage tests are not retried.
|
||||||
|
* MS-Windows with MinGW: $CC may be "cc" instead of "gcc".
|
||||||
|
* Interrupt not caught in test.
|
||||||
|
* Build fails with small features.
|
||||||
|
* Default cmdwin mappings are re-mappable.
|
||||||
|
* Some callers of rettv_list_alloc() check for not OK. (Christ van Willegen)
|
||||||
|
* Retab test disabled because it hangs on MS-Windows.
|
||||||
|
* Mode not updated after CTRL-O CTRL-C in Insert mode.
|
||||||
|
* Icon filetype not recognized from the first line.
|
||||||
|
* No test for --gui-dialog-file.
|
||||||
|
* Timer becomes invalid after fork/exec, :gui gives errors. (Gabriel Dupras)
|
||||||
|
* Time limit on searchpair() does not work properly.
|
||||||
|
* Search timeout is overrun with some patterns.
|
||||||
|
* "limit" option of matchfuzzy() not always respected.
|
||||||
|
* Crash when calling a Lua callback from a :def function. (Bohdan Makohin)
|
||||||
|
* Searching for quotes may go over the end of the line.
|
||||||
|
* Interrupt test sometimes fails.
|
||||||
|
* Lisp indenting my run over the end of the line.
|
||||||
|
* Using invalid index when looking for spell suggestions.
|
||||||
|
* When syntax timeout test fails it does not show the time.
|
||||||
|
* Substitute may overrun destination buffer.
|
||||||
|
* Using assert_true() does not show value on failure.
|
||||||
|
* Syntax highlighting disabled when using synID() in searchpair() skip
|
||||||
|
expression and it times out. (Jaehwang Jung)
|
||||||
|
* Timeout handling is not optimal.
|
||||||
|
* Edit test for mode message fails when using valgrind.
|
||||||
|
* Timeout implementation is not optimal.
|
||||||
|
* :mkview test doesn't test much.
|
||||||
|
* Function has confusing name.
|
||||||
|
* Running configure gives warnings for main() return type.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 13 13:00:22 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
Mon Jun 13 13:00:22 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 8.2
|
%define pkg_version 8.2
|
||||||
%define patchlevel 5083
|
%define patchlevel 5136
|
||||||
%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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user