- Updated to revision 442, fixes the following problems

* test_listlbr fails when compiled with normal features.
  * Compiler warning.
  * When the startup code expands command line arguments, setting
    'encoding' will not properly convert the arguments.
  * gettabvar() is not consistent with getwinvar() and getbufvar().
  * Line formatting behaves differently when 'linebreak' is set.
    (mvxxc)
  * ml_get error for autocommand that moves the cursor of the current
    window.
  * New and old regexp engine are not consistent.
  * Cached values for 'cino' not reset for ":set all&".
  * Duplicate message in message history.  Some quickfix messages
    appear twice. (Gary Johnson)
  * Omni complete popup drawn incorrectly.
  * Endless loop and other problems when 'cedit' is set to CTRL-C.
  * Using unitinialized variable.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=231
This commit is contained in:
Ismail Dönmez 2014-09-10 14:25:09 +00:00 committed by Git OBS Bridge
parent f5059a4502
commit eb753fe30e
5 changed files with 28 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.429.hg</param>
<param name="revision">v7-4-429</param>
<param name="versionprefix">7.4.442.hg</param>
<param name="revision">v7-4-442</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:06c62dcfa18aa2ebf55bb3842411e57de4c0325ebb1bf9872113f5f67769f8a9
size 7800268

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Sep 10 14:16:55 UTC 2014 - idonmez@suse.com
- Updated to revision 442, fixes the following problems
* test_listlbr fails when compiled with normal features.
* Compiler warning.
* When the startup code expands command line arguments, setting
'encoding' will not properly convert the arguments.
* gettabvar() is not consistent with getwinvar() and getbufvar().
* Line formatting behaves differently when 'linebreak' is set.
(mvxxc)
* ml_get error for autocommand that moves the cursor of the current
window.
* New and old regexp engine are not consistent.
* Cached values for 'cino' not reset for ":set all&".
* Duplicate message in message history. Some quickfix messages
appear twice. (Gary Johnson)
* Omni complete popup drawn incorrectly.
* Endless loop and other problems when 'cedit' is set to CTRL-C.
* Using unitinialized variable.
-------------------------------------------------------------------
Sat Aug 30 14:21:44 UTC 2014 - idonmez@suse.com

View File

@ -17,8 +17,8 @@
%define pkg_version 7.4
%define patchlevel 429
%define revision 6187
%define patchlevel 442
%define revision 6214
%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}