- Updated to revision 429, fixes the following problems

* When leaving ":append" the cursor shape is like in Insert mode.
    (Jacob Niehus)
  * When part of a list is locked it's possible to make changes.
  * Crash when searching for "\ze*". (Urtica Dioica)
  * When using conceal with linebreak some text is not displayed
    correctly. (Grüner Gimpel)
  * expand("$shell") does not work as documented.
  * Get ml_get error when using Python to delete lines in a buffer
    that is not in a window.  issue 248.
  * When 'showbreak' is used "gj" may move to the wrong position.
    (Nazri Ramliy)
  * When an InsertCharPre autocommand executes system() typeahead may
    be echoed and messes up the display. (Jacob Niehus)
  * Build fails with fewer features. (Elimar Riesebieter)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=229
This commit is contained in:
Ismail Dönmez 2014-08-30 14:30:34 +00:00 committed by Git OBS Bridge
parent ebc0ada02d
commit f5059a4502
5 changed files with 26 additions and 7 deletions

View File

@ -3,8 +3,8 @@
<param name="scm">hg</param>
<param name="url">https://code.google.com/p/vim/</param>
<param name="filename">vim</param>
<param name="versionprefix">7.4.417.hg</param>
<param name="revision">v7-4-417</param>
<param name="versionprefix">7.4.429.hg</param>
<param name="revision">v7-4-429</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>

View File

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

View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Aug 30 14:21:44 UTC 2014 - idonmez@suse.com
- Updated to revision 429, fixes the following problems
* When leaving ":append" the cursor shape is like in Insert mode.
(Jacob Niehus)
* When part of a list is locked it's possible to make changes.
* Crash when searching for "\ze*". (Urtica Dioica)
* When using conceal with linebreak some text is not displayed
correctly. (Grüner Gimpel)
* expand("$shell") does not work as documented.
* Get ml_get error when using Python to delete lines in a buffer
that is not in a window. issue 248.
* When 'showbreak' is used "gj" may move to the wrong position.
(Nazri Ramliy)
* When an InsertCharPre autocommand executes system() typeahead may
be echoed and messes up the display. (Jacob Niehus)
* Build fails with fewer features. (Elimar Riesebieter)
-------------------------------------------------------------------
Fri Aug 29 08:01:50 UTC 2014 - coolo@suse.com

View File

@ -17,8 +17,8 @@
%define pkg_version 7.4
%define patchlevel 417
%define revision 6162
%define patchlevel 429
%define revision 6187
%define VIM_SUBDIR vim74
%define site_runtimepath /usr/share/vim/site
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}