- Updated to version 8.2.3075, fixes the following problems
* Vim: when debugging only the first line of a command using line continuation is displayed. * Coverity warns for freeing static string. * Vim9: Assigning to @# requires a string. (Naohiro Ono) * Confusing error when expression is followed by comma. * Vim9: debugger shows too many lines. * Formatting using quickfixtextfunc is lost when updating location lists for different buffers. (Yorick Peterse) * Location list only has the start position. * Unreachable code. * Spaces allowed between option name and "!", "?", etc. * Available encryption methods are not strong enough. * Vim9: arguments for execute() not checked at compile time. * execute() function test fails. * Not enough tests for quickfix end_col and end_lnum. * Vim9: cannot set breakpoint in compiled function. * Vim9: breakpoint in compiled function not always checked. * GUI mouse events not tested. * Vim9: crash when using operator and list unpack assignment. (Naohiro Ono) * Coverity reports a memory leak. * No error if a function name starts with an underscore. (Naohiro Ono) * Build problems with MSVC, other crypt issues with libsodium. * No error when using alpha delimiter with :global. * Installing packages on github CI sometimes fails. * Vim9: crash when calling :def function with partial and return type is not set. * Vim9: builtin function arguments not checked at compile time. * Configure reports libcanberra when checking for libsodium. * Amiga built-in version string doesn't include build date. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=667
This commit is contained in:
parent
695096cf5a
commit
0999d2de7f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f6df558842362e789751478b616f6652d6189e0dd964631db7ae8f4c77f58a8
|
||||
size 15544648
|
3
vim-8.2.3075.tar.gz
Normal file
3
vim-8.2.3075.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:500d52af2cacfd39d403547c68677d99f2c7cfb3e18d99bc374d7a89d5d5d6b2
|
||||
size 15605722
|
71
vim.changes
71
vim.changes
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 30 08:39:22 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Updated to version 8.2.3075, fixes the following problems
|
||||
* Vim: when debugging only the first line of a command using line
|
||||
continuation is displayed.
|
||||
* Coverity warns for freeing static string.
|
||||
* Vim9: Assigning to @# requires a string. (Naohiro Ono)
|
||||
* Confusing error when expression is followed by comma.
|
||||
* Vim9: debugger shows too many lines.
|
||||
* Formatting using quickfixtextfunc is lost when updating location lists
|
||||
for different buffers. (Yorick Peterse)
|
||||
* Location list only has the start position.
|
||||
* Unreachable code.
|
||||
* Spaces allowed between option name and "!", "?", etc.
|
||||
* Available encryption methods are not strong enough.
|
||||
* Vim9: arguments for execute() not checked at compile time.
|
||||
* execute() function test fails.
|
||||
* Not enough tests for quickfix end_col and end_lnum.
|
||||
* Vim9: cannot set breakpoint in compiled function.
|
||||
* Vim9: breakpoint in compiled function not always checked.
|
||||
* GUI mouse events not tested.
|
||||
* Vim9: crash when using operator and list unpack assignment. (Naohiro Ono)
|
||||
* Coverity reports a memory leak.
|
||||
* No error if a function name starts with an underscore. (Naohiro Ono)
|
||||
* Build problems with MSVC, other crypt issues with libsodium.
|
||||
* No error when using alpha delimiter with :global.
|
||||
* Installing packages on github CI sometimes fails.
|
||||
* Vim9: crash when calling :def function with partial and return type is
|
||||
not set.
|
||||
* Vim9: builtin function arguments not checked at compile time.
|
||||
* Configure reports libcanberra when checking for libsodium.
|
||||
* Amiga built-in version string doesn't include build date.
|
||||
* Vim9: breakpoint at a comment line does not work.
|
||||
* GUI: dropping files not tested.
|
||||
* Detecting if the process of a swap file is running fails if the process
|
||||
is owned by another user.
|
||||
* Swap file test fails.
|
||||
* Minor typos.
|
||||
* Increment and decrement don't allow for next command.
|
||||
* Strange error for white space after ++ command.
|
||||
* JSON patch file not recognized.
|
||||
* Cannot recognize elixir files.
|
||||
* Vim9: for loop with one list variable does not work.
|
||||
* Vim9: "legacy call" does not work.
|
||||
* Vim9: cannot assign to @@ in :def function
|
||||
* Vim9: unpack assignment using "_" after semicolon fails.
|
||||
* Strange error for assigning to "x.key" on non-dictionary.
|
||||
* Vim9: using default value in lambda gives confusing error.
|
||||
* Vim9: debugger test fails with normal features and +terminal. (Dominique
|
||||
Pellé)
|
||||
* Vim9: cannot use ternary operator in parenthesis.
|
||||
* Vim9: memory leak when using lambda.
|
||||
* Vim9: cannot use ternary operator in parenthesis.
|
||||
* Testing the shell option is incomplete and spread out.
|
||||
* Internal error when adding several text properties.
|
||||
* Crash when switching 'cryptmethod' to xchaha20 with an existing undo
|
||||
file. (Martin Tournoij)
|
||||
* Vim9: in script cannot set item in uninitialized list.
|
||||
* Vim9: error when sourcing script twice and reusing a function name.
|
||||
* Vim9: debugging lambda does not work.
|
||||
* Building fails with Athena. (Elimar Riesebieter)
|
||||
* Unicode tables are slightly outdated.
|
||||
* Error messages are spread out.
|
||||
* Not enough testing for shell use.
|
||||
* Shell options are not set properly for PowerShell.
|
||||
* The "zy" command does not work well when 'virtualedit' is set to
|
||||
"block". (Johann Höchtl)
|
||||
* When cursor is move for block append wrong text is inserted.
|
||||
* popup_atcursor() uses wrong position with concealing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 17 07:33:09 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user