- Updated to revision 797, fixes the following problems

* Using freed memory and crash. (Dominique Pellej)
  * Test fails when the autochdir feature is not available.
    Test output contains the test script.
  * The buffer list can be very long.
  * Can only conceal text by defining syntax items.
  * Can't specify when not to ring the bell.
  * The 'fixeol' option is not copied to a new window.
  * Warning from 64 bit compiler.
  * Crash when using more lines for the command line than 'maxcombine'.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=279
This commit is contained in:
Ismail Dönmez 2015-07-28 08:15:03 +00:00 committed by Git OBS Bridge
parent 51da5ee87c
commit 35cf6a1622
4 changed files with 18 additions and 4 deletions

View File

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

3
v7-4-797.tar.gz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jul 28 08:01:33 UTC 2015 - idonmez@suse.com
- Updated to revision 797, fixes the following problems
* Using freed memory and crash. (Dominique Pellej)
* Test fails when the autochdir feature is not available.
Test output contains the test script.
* The buffer list can be very long.
* Can only conceal text by defining syntax items.
* Can't specify when not to ring the bell.
* The 'fixeol' option is not copied to a new window.
* Warning from 64 bit compiler.
* Crash when using more lines for the command line than 'maxcombine'.
-------------------------------------------------------------------
Sun Jul 19 12:19:20 UTC 2015 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 788
%define patchlevel 797
%define _rversion 7-4-%patchlevel
%define VIM_SUBDIR vim74
%define site_runtimepath /usr/share/vim/site