- Updated to revision 865, fixes the following problems

* GTK: font glitches for combining characters
  * "zt" still doesn't work well with filler lines. (Gary Johnson)
  * Dragging the current tab with the mouse doesn't work properly.
  * It's a bit clumsy to execute a command on a list of matches.
  * Vim doesn't recognize all htmldjango files.
  * Filetype detection is outdated.
  * pango_shape_full() is not always available.
  * Still problems with pango_shape_full() not available.
  * plines_nofill() used without the diff feature.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=285
This commit is contained in:
Ismail Dönmez 2015-09-14 13:27:48 +00:00 committed by Git OBS Bridge
parent 504fc9378b
commit 215dd177e2
4 changed files with 18 additions and 4 deletions

View File

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

3
v7.4.865.tar.gz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Sep 14 13:20:02 UTC 2015 - idonmez@suse.com
- Updated to revision 865, fixes the following problems
* GTK: font glitches for combining characters
* "zt" still doesn't work well with filler lines. (Gary Johnson)
* Dragging the current tab with the mouse doesn't work properly.
* It's a bit clumsy to execute a command on a list of matches.
* Vim doesn't recognize all htmldjango files.
* Filetype detection is outdated.
* pango_shape_full() is not always available.
* Still problems with pango_shape_full() not available.
* plines_nofill() used without the diff feature.
-------------------------------------------------------------------
Thu Sep 3 12:24:50 UTC 2015 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 854
%define patchlevel 865
%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}