- Updated to revision 1421, fixes the following problems
* When calling ch_close() the close callback is invoked, even though the docs say it isn't. * Using "u_char" intead of "char_u", which doesn't work everywhere. * Tests slowed down because of the "not a terminal" warning. * May free a channel when a callback may need to be invoked. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=319
This commit is contained in:
parent
dd3d44bcba
commit
e9c32e6337
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94a921e2ba83456165506fd2d4f7fc2a3ace7635d33b40fcbb57090a72c347af
|
||||
size 12586420
|
3
v7.4.1421.tar.gz
Normal file
3
v7.4.1421.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04bcbf0f31cdcfff20f8e267d616626cf96eb53058df2ba438949c97b4041221
|
||||
size 12588556
|
10
vim.changes
10
vim.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 08:21:14 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 1421, fixes the following problems
|
||||
* When calling ch_close() the close callback is invoked,
|
||||
even though the docs say it isn't.
|
||||
* Using "u_char" intead of "char_u", which doesn't work everywhere.
|
||||
* Tests slowed down because of the "not a terminal" warning.
|
||||
* May free a channel when a callback may need to be invoked.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 24 19:56:00 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user