SHA256
1
0
forked from pool/vim

- 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 +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