- Updated to revision 729, fixes the following problems

* Illegal memory access when there are illegal bytes.
  * ":let list += list" can change a locked list.
  * Autocommands triggered by quickfix cannot get the current title value.
  * Overflow when adding MAXCOL to a pointer.
  * When 'list' is set Visual mode does not highlight anything in empty lines. (mgaleski)
  * 0x202f is not recognized as a non-breaking space character.
  * For indenting, finding the C++ baseclass can be slow.
  * ":call setreg('"', [])" reports an internal error.
  * Occasional crash with 'list' set.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=269
This commit is contained in:
Ismail Dönmez 2015-05-22 09:14:42 +00:00 committed by Git OBS Bridge
parent d831f7c3b3
commit da796f1edd
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:e2990f82951b2b524f9a26190c9ea430990f4792ab75e7f3fed1465439e7d196
size 12169754

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri May 22 09:06:09 UTC 2015 - idonmez@suse.com
- Updated to revision 729, fixes the following problems
* Illegal memory access when there are illegal bytes.
* ":let list += list" can change a locked list.
* Autocommands triggered by quickfix cannot get the current title value.
* Overflow when adding MAXCOL to a pointer.
* When 'list' is set Visual mode does not highlight anything in empty lines. (mgaleski)
* 0x202f is not recognized as a non-breaking space character.
* For indenting, finding the C++ baseclass can be slow.
* ":call setreg('"', [])" reports an internal error.
* Occasional crash with 'list' set.
-------------------------------------------------------------------
Mon Apr 27 10:45:14 UTC 2015 - idonmez@suse.com

View File

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