- Updated to revision 884, fixes the following problems

* Build problem with some combination of features.
  * #if indents are off.
  * Forward searching with search() is broken.
  * 'fileignorecase' is missing in options window and quickref.
  * When using an ex command in operator pending mode, using Esc to
    abort the command still executes the operator. (David Bürgin)
  * When writing viminfo, old history lines may replace lines written
    more recently by another Vim instance.
  * Python list does not work correctly.
  * CursorHold may trigger after receiving the termresponse.
  * Can't build with some combination of features.
  * Compiler warning for variable shadowing another. (John Little)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=137
This commit is contained in:
Ismail Dönmez 2013-04-09 09:02:57 +00:00 committed by Git OBS Bridge
parent 2d211f93e2
commit ac782fbc9a
3 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ea52f8ae6322e3f60ca7b511dadd7f8f5161ddc39920fbe9251425d320932a3
size 940256
oid sha256:d771bf12bd8599eeeaa0a19a28e90a1ea5d85c87be655d3680c903f3f31cb3db
size 943844

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Apr 9 08:58:31 UTC 2013 - idonmez@suse.com
- Updated to revision 884, fixes the following problems
* Build problem with some combination of features.
* #if indents are off.
* Forward searching with search() is broken.
* 'fileignorecase' is missing in options window and quickref.
* When using an ex command in operator pending mode, using Esc to
abort the command still executes the operator. (David Bürgin)
* When writing viminfo, old history lines may replace lines written
more recently by another Vim instance.
* Python list does not work correctly.
* CursorHold may trigger after receiving the termresponse.
* Can't build with some combination of features.
* Compiler warning for variable shadowing another. (John Little)
-------------------------------------------------------------------
Wed Mar 20 16:09:34 UTC 2013 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.3
%define official_ptchlvl 874
%define official_ptchlvl 884
%define VIM_SUBDIR vim73
%define site_runtimepath /usr/share/vim/site