- 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:
committed by
Git OBS Bridge
parent
84b68f9040
commit
89408583aa
+18
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
LFS
BIN
Binary file not shown.
LFS
BIN
Binary file not shown.
Reference in New Issue
Block a user