- 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:
parent
737f55d716
commit
a0ea3336cc
@ -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
3
v7.4.1716.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e647cf12ad14129b482aff076eb15c3ebc515b679e15ea76b376f8dc3706c5b0
|
||||||
|
size 12557983
|
13
vim.changes
13
vim.changes
@ -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
|
Tue Apr 5 08:26:17 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 1710
|
%define patchlevel 1716
|
||||||
%define VIM_SUBDIR vim74
|
%define VIM_SUBDIR vim74
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user