Accepting request 689784 from home:mimi_vx:branches:editors
- Updated to version 8.1.1066, fixes the following problems * Test fails because t_F2 is not set. * Repeated code in quickfix support. * Using closure may consume a lot of memory. * Lua interface leaks memory. * Indent from autoindent not removed from blank line. (Daniel Hahler) * Memory leak with E461. * Quickfix buffer shows up in list, can't get buffer number. * Off-by-one error in filetype detection. * Window cleared when entering Terminal-Normal twice. (Epheien) * Lua: may garbage collect function reference in use. * Compiler warning for Python3 interface. * pyeval() and py3eval() leak memory. * May use NULL pointer when out of memory. (Coverity) * May use NULL pointer when indexing a blob. (Coverity) * Stray log calls in terminal code. (Christian Brabandt) * Checking NULL pointer after addition. (Coverity) * Unused condition. (Coverity) * Memory usage test sometimes fails. * DirectWrite doesn't take 'linespace' into account. * Quickfix function arguments are inconsistent. * Memory usage test may still fail. * Warnings from clang static analyzer. (Yegappan Lakshmanan) * Memory usage test may still fail on some systems. (Elimar Riesebieter) * Too many #ifdefs. * prop_remove() second argument is not optional. * Quickfix function arguments are inconsistent. * Memory usage test may still fail on some systems. * Arabic support excludes Farsi. * FEAT_TAG_ANYWHITE is not enabled in any build. OBS-URL: https://build.opensuse.org/request/show/689784 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=542
This commit is contained in:
parent
ec590624a9
commit
1a9d7a3971
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:356f6e4f7623ef19a765d9cc4f08a3e382711581ef06dafbfeea3279ac8fc246
|
||||
size 14065422
|
3
vim-8.1.1066.tar.gz
Normal file
3
vim-8.1.1066.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2905809be3caaea16a89b5e4451c6b6ec2cebdc4024f79a477851c0d19c432a8
|
||||
size 14072175
|
59
vim.changes
59
vim.changes
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 10:24:36 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Updated to version 8.1.1066, fixes the following problems
|
||||
* Test fails because t_F2 is not set.
|
||||
* Repeated code in quickfix support.
|
||||
* Using closure may consume a lot of memory.
|
||||
* Lua interface leaks memory.
|
||||
* Indent from autoindent not removed from blank line. (Daniel Hahler)
|
||||
* Memory leak with E461.
|
||||
* Quickfix buffer shows up in list, can't get buffer number.
|
||||
* Off-by-one error in filetype detection.
|
||||
* Window cleared when entering Terminal-Normal twice. (Epheien)
|
||||
* Lua: may garbage collect function reference in use.
|
||||
* Compiler warning for Python3 interface.
|
||||
* pyeval() and py3eval() leak memory.
|
||||
* May use NULL pointer when out of memory. (Coverity)
|
||||
* May use NULL pointer when indexing a blob. (Coverity)
|
||||
* Stray log calls in terminal code. (Christian Brabandt)
|
||||
* Checking NULL pointer after addition. (Coverity)
|
||||
* Unused condition. (Coverity)
|
||||
* Memory usage test sometimes fails.
|
||||
* DirectWrite doesn't take 'linespace' into account.
|
||||
* Quickfix function arguments are inconsistent.
|
||||
* Memory usage test may still fail.
|
||||
* Warnings from clang static analyzer. (Yegappan Lakshmanan)
|
||||
* Memory usage test may still fail on some systems. (Elimar Riesebieter)
|
||||
* Too many #ifdefs.
|
||||
* prop_remove() second argument is not optional.
|
||||
* Quickfix function arguments are inconsistent.
|
||||
* Memory usage test may still fail on some systems.
|
||||
* Arabic support excludes Farsi.
|
||||
* FEAT_TAG_ANYWHITE is not enabled in any build.
|
||||
* Test for Arabic no longer needed.
|
||||
* The paste test doesn't work properly in the Windows console.
|
||||
* Lua interface does not support Blob.
|
||||
* No way to check the reference count of objects.
|
||||
* E315 ml_get error when using Python and hidden buffer.
|
||||
* the "secure" variable is used inconsistently. (Justin M. Keyes)
|
||||
* WINCH signal is not tested.
|
||||
* Minor issues with tests.
|
||||
* When user tries to exit with CTRL-C message is confusing.
|
||||
* Blank srceen when DirectWrite failed.
|
||||
* Not all ways to switch terminal mode are tested.
|
||||
* test for CTRL-C message sometimes fails
|
||||
* Warning for missing return statement. (Dominique Pelle)
|
||||
* Not checking return value of ga_grow(). (Coverity)
|
||||
* CTRL-G U in Insert mode doesn't work to avoid splitting the undo sequence
|
||||
for shift-left and shift-right.
|
||||
* No eval function for Ruby.
|
||||
* Memory usage test may still fail on some systems.
|
||||
always used.
|
||||
* When substitute string throws error, substitute happens anyway.
|
||||
* Quickfix code is repeated.
|
||||
* Insufficient testing for wildmenu completion.
|
||||
* No test for output conversion in the GTK GUI.
|
||||
* No test for using and deleting menu in the GUI.
|
||||
* VIMDLL isn't actually used.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 22:18:58 UTC 2019 - Christian Boltz <suse-beta@cboltz.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user