- Updated to revision 1506, fixes the following problems

* No error message when :packadd does not find anything.
  * Garbage collection with an open channel is not tested.
  * Writing last-but-one line of buffer to a channel isn't implemented yet.
  * Crash when using ch_getjob().
  * No test for reading last-but-one line.
  * When channel log is enabled get too many "looking for messages" log entries.
  * Job cannot read from a file.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=327
This commit is contained in:
Ismail Dönmez 2016-03-07 08:18:20 +00:00 committed by Git OBS Bridge
parent c38fcecde8
commit 55334b9bd2
4 changed files with 16 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 7 08:16:01 UTC 2016 - idonmez@suse.com
- Updated to revision 1506, fixes the following problems
* No error message when :packadd does not find anything.
* Garbage collection with an open channel is not tested.
* Writing last-but-one line of buffer to a channel isn't implemented yet.
* Crash when using ch_getjob().
* No test for reading last-but-one line.
* When channel log is enabled get too many "looking for messages" log entries.
* Job cannot read from a file.
-------------------------------------------------------------------
Sun Mar 6 08:28:03 UTC 2016 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 1498
%define patchlevel 1506
%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}