- Updated to revision 888, fixes the following problems

* Double free for list and dict in Lua. (Shougo Matsu)
  * Can't build with multi-byte on Solaris 10.
  * No tests for Visual mode operators, what 7.3.879 fixes.
  * Filename completion with 'fileignorecase' does not work for
    multi-byte characters.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=138
This commit is contained in:
Ismail Dönmez 2013-04-13 07:48:39 +00:00 committed by Git OBS Bridge
parent ac782fbc9a
commit c1e84f2cbd
3 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d771bf12bd8599eeeaa0a19a28e90a1ea5d85c87be655d3680c903f3f31cb3db
size 943844
oid sha256:79ccf9c092cc514a12a0f201d71369d71359ea90697c41ac304d2ea039ca3bcc
size 945324

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Apr 13 07:44:52 UTC 2013 - idonmez@suse.com
- Updated to revision 888, fixes the following problems
* Double free for list and dict in Lua. (Shougo Matsu)
* Can't build with multi-byte on Solaris 10.
* No tests for Visual mode operators, what 7.3.879 fixes.
* Filename completion with 'fileignorecase' does not work for
multi-byte characters.
-------------------------------------------------------------------
Tue Apr 9 08:58:31 UTC 2013 - idonmez@suse.com

View File

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