- Updated to version 8.2.3616, fixes the following problems
* Compiler test fails with backslash file separator. * Break statement is never reached. * Failure when the "term_rows" argument of term_start() is an unusual value. * Test for v:colornames sometimes fails. (Dominique Pellé) * No event is triggered when closing a window. * Test_hlset fails when terminal has many columns. * Directory is wrong after executing "lcd" with win_execute(). * Xxd code is a bit difficult to understand. * Check for signed overflow might not work everywhere. * Crash when using :pedit in Vim9 script. * Vim seems to hang when writing a very long text to a terminal window. * RouterOS filetype is not recognized. * Not all gdbinit files are recognized. * Filetype test fails. * Check for overflow in put count does not work well. * Python3 test fails with Python 3.10 on MS-Windows. * Fish filetype not recognized. * Not all sudoers files are recognized. * Cannot clear and unlinke a highlight group with hlset() in a single call. * File missing from list of distributed files. * GTK3 screen updating is slow. * Users who type "q:" instead of ":q" are confused. * Internal error when ModeChanged is triggered when v:event is already in use. * Crash when ModeChanged triggered too early. * Crash when using CTRL-W f without finding a file name. * Using freed memory with regexp using a mark. * :find test fails. * zindex of popup windows not used when redrawing popup menu. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=694
This commit is contained in:
parent
d48f17a86d
commit
e102fdea91
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a4b8d91921d0ce86e3c6e5a72fe407f6c2713ab4ef8774b480a0dd97d4d8b26
|
||||
size 15781002
|
3
vim-8.2.3616.tar.gz
Normal file
3
vim-8.2.3616.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b702e81b6ef3d68589d641360ce595da7dffc55b819c0cb4a767f3af0cbbbf6
|
||||
size 15782459
|
37
vim.changes
37
vim.changes
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 18 18:28:49 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Updated to version 8.2.3616, fixes the following problems
|
||||
* Compiler test fails with backslash file separator.
|
||||
* Break statement is never reached.
|
||||
* Failure when the "term_rows" argument of term_start() is an unusual value.
|
||||
* Test for v:colornames sometimes fails. (Dominique Pellé)
|
||||
* No event is triggered when closing a window.
|
||||
* Test_hlset fails when terminal has many columns.
|
||||
* Directory is wrong after executing "lcd" with win_execute().
|
||||
* Xxd code is a bit difficult to understand.
|
||||
* Check for signed overflow might not work everywhere.
|
||||
* Crash when using :pedit in Vim9 script.
|
||||
* Vim seems to hang when writing a very long text to a terminal window.
|
||||
* RouterOS filetype is not recognized.
|
||||
* Not all gdbinit files are recognized.
|
||||
* Filetype test fails.
|
||||
* Check for overflow in put count does not work well.
|
||||
* Python3 test fails with Python 3.10 on MS-Windows.
|
||||
* Fish filetype not recognized.
|
||||
* Not all sudoers files are recognized.
|
||||
* Cannot clear and unlinke a highlight group with hlset() in a single call.
|
||||
* File missing from list of distributed files.
|
||||
* GTK3 screen updating is slow.
|
||||
* Users who type "q:" instead of ":q" are confused.
|
||||
* Internal error when ModeChanged is triggered when v:event is already
|
||||
in use.
|
||||
* Crash when ModeChanged triggered too early.
|
||||
* Crash when using CTRL-W f without finding a file name.
|
||||
* Using freed memory with regexp using a mark.
|
||||
* :find test fails.
|
||||
* zindex of popup windows not used when redrawing popup menu.
|
||||
* When re-formatting with an indent expression the first line of a paragraph
|
||||
may get the wrong indent. (Martin F. Krafft)
|
||||
* Arglist test does not clear the argument list consistently.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 12 18:45:45 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user