- Updated to revision 1883, fixes the following problems
* Python: encoding error with Python 2. * Memory leaks in test49. * Invalid memory access when exiting with EXITFREE defined. * Memory leak in test_matchstrpos. * Setting really_exiting causes memory leaks to be reported. * Appending to the quickfix list while the quickfix window is open is very slow. * When a callback adds a timer the GUI doesn't use it until later. * Comparing functions and partials doesn't work well. * Typing "k" at the hit-enter prompt has no effect. * Whether a job has exited isn't detected until a character is typed. After calling exit_cb the cursor is in the wrong place. * Channel test is flaky. * Appending to a long quickfix list is slow. * Check for line break at end of line wrong. * Cppcheck found 2 incorrect printf formats. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=367
This commit is contained in:
parent
a54ab47a70
commit
be526bb457
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbd8643937fae4d652437629500398e389e53cb3dfa16639b86f326587742b26
|
||||
size 12577062
|
3
v7.4.1883.tar.gz
Normal file
3
v7.4.1883.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c08ef3c093b78b9c08bea59c7b0b9a71bb5e5cb1604e5f86c7b7139d460e223c
|
||||
size 12579985
|
21
vim.changes
21
vim.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 09:55:54 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1883, fixes the following problems
|
||||
* Python: encoding error with Python 2.
|
||||
* Memory leaks in test49.
|
||||
* Invalid memory access when exiting with EXITFREE defined.
|
||||
* Memory leak in test_matchstrpos.
|
||||
* Setting really_exiting causes memory leaks to be reported.
|
||||
* Appending to the quickfix list while the quickfix window is open
|
||||
is very slow.
|
||||
* When a callback adds a timer the GUI doesn't use it until later.
|
||||
* Comparing functions and partials doesn't work well.
|
||||
* Typing "k" at the hit-enter prompt has no effect.
|
||||
* Whether a job has exited isn't detected until a character is typed.
|
||||
After calling exit_cb the cursor is in the wrong place.
|
||||
* Channel test is flaky.
|
||||
* Appending to a long quickfix list is slow.
|
||||
* Check for line break at end of line wrong.
|
||||
* Cppcheck found 2 incorrect printf formats.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 1 07:18:35 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user