Accepting request 655592 from home:mimi_vx:branches:editors
- Updated to version 8.1.0565, fixes the following problems * Using 'shiftwidth' from wrong buffer for folding. * Flaky test sometimes fails in different ways. * Channel and terminal tests that start a server can be flaky. * Flaky tests often fail with a common error message. * Cannot distinguish between quickfix and location list. * Screendump tests can be flaky. * Increment/decrement might get interrupted by updating folds. * File time test fails when using NFS. * ui_breakcheck() may be called recursively, which doesn't work. * Evaluating a modeline might invoke using a shell command. * Cannot build without the sandbox. * May evaluate insecure value when appending to option. * Help message in dosinst.c is outdated. * shiftwidth() does not take 'vartabstop' into account. * Coverity warns for leaking memory and using wrong struct. * Setting 'filetype' in a modeline causes an error (Hirohito Higashi). * When executing indent tests user preferences interfere. * Modeline test with keymap fails. * Crash when job callback unloads a buffer. * Netbeans test depends on README.txt contents. * Expression evaluation may repeat an error message. * Saved last search pattern may not be restored. * It is not easy to edit a script that was sourced. * Popup menu overlaps with preview window. * Crash when last search pat is set but not last substitute pat. * Saving/restoring search patterns share saved last_idx. * Termdebug: gdb may use X.Y for breakpoint number. * Command line completion not sufficiently tested. * Cannot use address type "other" with with user command. OBS-URL: https://build.opensuse.org/request/show/655592 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=530
This commit is contained in:
parent
e774df3955
commit
6572c164da
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:948cb1b234f12cdead2d7ac9749456d2df0948128982fd28b17583fee5d3e24d
|
||||
size 13875743
|
3
vim-8.1.0565.tar.gz
Normal file
3
vim-8.1.0565.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:070cc307f81e906bead6c2e4d7b820b7a831bf59348049fc4a1bf41f0e03f224
|
||||
size 13885015
|
39
vim.changes
39
vim.changes
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 11:33:06 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Updated to version 8.1.0565, fixes the following problems
|
||||
* Using 'shiftwidth' from wrong buffer for folding.
|
||||
* Flaky test sometimes fails in different ways.
|
||||
* Channel and terminal tests that start a server can be flaky.
|
||||
* Flaky tests often fail with a common error message.
|
||||
* Cannot distinguish between quickfix and location list.
|
||||
* Screendump tests can be flaky.
|
||||
* Increment/decrement might get interrupted by updating folds.
|
||||
* File time test fails when using NFS.
|
||||
* ui_breakcheck() may be called recursively, which doesn't work.
|
||||
* Evaluating a modeline might invoke using a shell command.
|
||||
* Cannot build without the sandbox.
|
||||
* May evaluate insecure value when appending to option.
|
||||
* Help message in dosinst.c is outdated.
|
||||
* shiftwidth() does not take 'vartabstop' into account.
|
||||
* Coverity warns for leaking memory and using wrong struct.
|
||||
* Setting 'filetype' in a modeline causes an error (Hirohito Higashi).
|
||||
* When executing indent tests user preferences interfere.
|
||||
* Modeline test with keymap fails.
|
||||
* Crash when job callback unloads a buffer.
|
||||
* Netbeans test depends on README.txt contents.
|
||||
* Expression evaluation may repeat an error message.
|
||||
* Saved last search pattern may not be restored.
|
||||
* It is not easy to edit a script that was sourced.
|
||||
* Popup menu overlaps with preview window.
|
||||
* Crash when last search pat is set but not last substitute pat.
|
||||
* Saving/restoring search patterns share saved last_idx.
|
||||
* Termdebug: gdb may use X.Y for breakpoint number.
|
||||
* Command line completion not sufficiently tested.
|
||||
* Cannot use address type "other" with with user command.
|
||||
* MSCV error format has changed.
|
||||
* Parsing of 'diffopt' is slightly wrong.
|
||||
* Setting v:errors to a string give confusing error.
|
||||
* Setting v:errors to wrong type still possible.
|
||||
* Asan complains about reading before allocated block.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 15 08:03:42 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user