- Updated to revision 1825, fixes the following problems
* The screen is not updated if a callback is invoked when closing a channel. * Help completion adds @en to all matches except the first one. * Compiler warnings when sprintf() is a macro. * Removing language from help tags too often. * Redirecting stdout of a channel to "null" doesn't work. * When a job is no longer referenced and does not have an exit callback the process may hang around in defunc state. * When job writes to buffer nothing is written. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=358
This commit is contained in:
parent
2bc4674faa
commit
9f268ee228
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cebc9d73b94101066aa8546772f9d630eea5b6c8417e281e01c82f8f31904a93
|
|
||||||
size 12565377
|
|
3
v7.4.1825.tar.gz
Normal file
3
v7.4.1825.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b03bd0acd993e7434658fbe5c95a437b3828beb14b06f98fe0a0f9f67436d278
|
||||||
|
size 12565955
|
14
vim.changes
14
vim.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 9 09:44:34 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 1825, fixes the following problems
|
||||||
|
* The screen is not updated if a callback is invoked when closing
|
||||||
|
a channel.
|
||||||
|
* Help completion adds @en to all matches except the first one.
|
||||||
|
* Compiler warnings when sprintf() is a macro.
|
||||||
|
* Removing language from help tags too often.
|
||||||
|
* Redirecting stdout of a channel to "null" doesn't work.
|
||||||
|
* When a job is no longer referenced and does not have an exit
|
||||||
|
callback the process may hang around in defunc state.
|
||||||
|
* When job writes to buffer nothing is written.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 2 07:24:31 UTC 2016 - idonmez@suse.com
|
Mon May 2 07:24:31 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 1816
|
%define patchlevel 1825
|
||||||
%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