Accepting request 319227 from editors
- Updated to revision 803, fixes the following problems * Repeating a change in Visual mode does not work as expected. (Urtica Dioica) * Accessing memory before an allocated block. * Using freed memory when triggering CmdUndefined autocommands. * Test for ":diffoff" doesn't catch all potential problems. * Using "A" in Visual mode while 'linebreak' is set is not tested. * C indent does not support C11 raw strings. (Mark Lodato) - Updated to revision 797, fixes the following problems * Using freed memory and crash. (Dominique Pellej) * Test fails when the autochdir feature is not available. Test output contains the test script. * The buffer list can be very long. * Can only conceal text by defining syntax items. * Can't specify when not to ring the bell. * The 'fixeol' option is not copied to a new window. * Warning from 64 bit compiler. * Crash when using more lines for the command line than 'maxcombine'. OBS-URL: https://build.opensuse.org/request/show/319227 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=159
This commit is contained in:
commit
42d63c6c24
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:530657c7fdcdaaeecfbdc5c4cd18f9ca84e78087a07e7a85b3dda8ac99960883
|
||||
size 12194695
|
3
v7-4-803.tar.gz
Normal file
3
v7-4-803.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e7e1c5f1b79960efffabe91476a2ebaf842032349c115525d80b2a333d837a4
|
||||
size 12202826
|
25
vim.changes
25
vim.changes
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 08:55:32 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 803, fixes the following problems
|
||||
* Repeating a change in Visual mode does not work as expected. (Urtica Dioica)
|
||||
* Accessing memory before an allocated block.
|
||||
* Using freed memory when triggering CmdUndefined autocommands.
|
||||
* Test for ":diffoff" doesn't catch all potential problems.
|
||||
* Using "A" in Visual mode while 'linebreak' is set is not tested.
|
||||
* C indent does not support C11 raw strings. (Mark Lodato)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 08:01:33 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 797, fixes the following problems
|
||||
* Using freed memory and crash. (Dominique Pellej)
|
||||
* Test fails when the autochdir feature is not available.
|
||||
Test output contains the test script.
|
||||
* The buffer list can be very long.
|
||||
* Can only conceal text by defining syntax items.
|
||||
* Can't specify when not to ring the bell.
|
||||
* The 'fixeol' option is not copied to a new window.
|
||||
* Warning from 64 bit compiler.
|
||||
* Crash when using more lines for the command line than 'maxcombine'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 19 12:19:20 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user