- Updated to revision 1716, fixes the following problems

* When using try/catch in 'statusline' it is still considered an
    error and the status line will be disabled.
  * For plugins in packages, plugin authors need to take care of all
    dependencies.
  * GTK GUI doesn't work on Wayland.
  * Non-GUI specific settings in the gvimrc_example file.
  * Double free when a partial is in a cycle with a list or dict.
  * 'autochdir' doesn't work for the first file.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=346
This commit is contained in:
Ismail Dönmez 2016-04-07 06:23:21 +00:00 committed by Git OBS Bridge
parent 737f55d716
commit a0ea3336cc
4 changed files with 17 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Apr 7 06:19:03 UTC 2016 - idonmez@suse.com
- Updated to revision 1716, fixes the following problems
* When using try/catch in 'statusline' it is still considered an
error and the status line will be disabled.
* For plugins in packages, plugin authors need to take care of all
dependencies.
* GTK GUI doesn't work on Wayland.
* Non-GUI specific settings in the gvimrc_example file.
* Double free when a partial is in a cycle with a list or dict.
* 'autochdir' doesn't work for the first file.
-------------------------------------------------------------------
Tue Apr 5 08:26:17 UTC 2016 - idonmez@suse.com

View File

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