- Updated to revision 1796, fixes the following problems
* Cannot use ch_read() in the close callback. * Leading white space in a job command matters. * Channel could be garbage collected too early. * Color name decoding is implemented several times. * Some character classes may differ between systems. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=355
This commit is contained in:
parent
44e1af5d19
commit
81322d500b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6892831af1db4d802b3d1eadbd57c8a543185e15b23d2fe5ebccb8e4d3167e4
|
|
||||||
size 12565869
|
|
3
v7.4.1796.tar.gz
Normal file
3
v7.4.1796.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9277e490f50f77457724ab5af3d0829b602636583d7d54356b3d88a31ca24ebd
|
||||||
|
size 12561858
|
10
vim.changes
10
vim.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 28 07:31:10 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 1796, fixes the following problems
|
||||||
|
* Cannot use ch_read() in the close callback.
|
||||||
|
* Leading white space in a job command matters.
|
||||||
|
* Channel could be garbage collected too early.
|
||||||
|
* Color name decoding is implemented several times.
|
||||||
|
* Some character classes may differ between systems.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 24 16:15:34 UTC 2016 - idonmez@suse.com
|
Sun Apr 24 16:15:34 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 1786
|
%define patchlevel 1796
|
||||||
%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