- Updated to revision 1826, fixes the following problems

* Callbacks are invoked when it's not safe.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=359
This commit is contained in:
Ismail Dönmez 2016-05-09 15:55:03 +00:00 committed by Git OBS Bridge
parent 9f268ee228
commit 893b362990
4 changed files with 7 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b03bd0acd993e7434658fbe5c95a437b3828beb14b06f98fe0a0f9f67436d278
size 12565955

3
v7.4.1826.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64875a015b24f5ad12526021eff59211dca8344ed932a276072b41606932ffd4
size 12566447

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Mon May 9 09:44:34 UTC 2016 - idonmez@suse.com
Mon May 9 14:46:34 UTC 2016 - idonmez@suse.com
- Updated to revision 1825, fixes the following problems
- Updated to revision 1826, 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.
@ -11,6 +11,7 @@ Mon May 9 09:44:34 UTC 2016 - idonmez@suse.com
* 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.
* Callbacks are invoked when it's not safe.
-------------------------------------------------------------------
Mon May 2 07:24:31 UTC 2016 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 1825
%define patchlevel 1826
%define VIM_SUBDIR vim74
%define site_runtimepath /usr/share/vim/site
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}