- 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
|
Wed Feb 24 19:56:00 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 1410
|
%define patchlevel 1421
|
||||||
%define VIM_SUBDIR vim74
|
%define VIM_SUBDIR vim74
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user