- Updated to revision 694, fixes the following problems

* When starting several Vim instances in diff mode, the temp files
    used may not be unique. (Issue 353)
  * When there are illegal utf-8 characters the old regexp engine may
    go past the end of a string.
  * "zr" and "zm" do not take a count.
  * There is no way to use a different in Replace mode for a terminal.
  * When "$" is in 'cpo' the popup menu isn't undrawn correctly.
    (Issue 166)
  * Memory access errors when changing indent in Ex mode. Also missing
    redraw when using CTRL-U. (Knil Ino)
  * Can't build with MzScheme.
  * Session file is not correct when there are multiple tab pages.
  * Running tests changes the .viminfo file.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=265
This commit is contained in:
Ismail Dönmez 2015-04-13 11:33:24 +00:00 committed by Git OBS Bridge
parent 84b68f9040
commit 89408583aa
4 changed files with 22 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Apr 13 11:25:34 UTC 2015 - idonmez@suse.com
- Updated to revision 694, fixes the following problems
* When starting several Vim instances in diff mode, the temp files
used may not be unique. (Issue 353)
* When there are illegal utf-8 characters the old regexp engine may
go past the end of a string.
* "zr" and "zm" do not take a count.
* There is no way to use a different in Replace mode for a terminal.
* When "$" is in 'cpo' the popup menu isn't undrawn correctly.
(Issue 166)
* Memory access errors when changing indent in Ex mode. Also missing
redraw when using CTRL-U. (Knil Ino)
* Can't build with MzScheme.
* Session file is not correct when there are multiple tab pages.
* Running tests changes the .viminfo file.
-------------------------------------------------------------------
Thu Mar 26 09:16:27 UTC 2015 - idonmez@suse.com

View File

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