- Updated to revision 803, fixes the following problems

* Repeating a change in Visual mode does not work as expected. (Urtica Dioica)
  * Accessing memory before an allocated block.
  * Using freed memory when triggering CmdUndefined autocommands.
  * Test for ":diffoff" doesn't catch all potential problems.
  * Using "A" in Visual mode while 'linebreak' is set is not tested.
  * C indent does not support C11 raw strings. (Mark Lodato)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=280
This commit is contained in:
Ismail Dönmez 2015-07-29 09:04:26 +00:00 committed by Git OBS Bridge
parent 35cf6a1622
commit b8f2a0d93c
4 changed files with 15 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jul 29 08:55:32 UTC 2015 - idonmez@suse.com
- Updated to revision 803, fixes the following problems
* Repeating a change in Visual mode does not work as expected. (Urtica Dioica)
* Accessing memory before an allocated block.
* Using freed memory when triggering CmdUndefined autocommands.
* Test for ":diffoff" doesn't catch all potential problems.
* Using "A" in Visual mode while 'linebreak' is set is not tested.
* C indent does not support C11 raw strings. (Mark Lodato)
-------------------------------------------------------------------
Tue Jul 28 08:01:33 UTC 2015 - idonmez@suse.com

View File

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