- Updated to revision 2045, fixes the following problems
* Looking up a buffer by number is slow if there are many. * Netbeans file authentication not tested. * GTK: display updating is not done properly and can be slow. * setbufvar() causes a screen redraw. * filter() and map() either require a string or defining a function. * Memory leak when using a function callback. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=374
This commit is contained in:
parent
fe242325c7
commit
71f5a77c82
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:76e6521d8062b9fa14ed0344cece5ce53611060727d0f00cee8eea3dd027de54
|
|
||||||
size 12691084
|
|
3
v7.4.2045.tar.gz
Normal file
3
v7.4.2045.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3838cfa34cceba3af1f968f8519dc539722ae6d229806f16a602bd3190f1e51f
|
||||||
|
size 12695187
|
11
vim.changes
11
vim.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 16 08:09:39 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 2045, fixes the following problems
|
||||||
|
* Looking up a buffer by number is slow if there are many.
|
||||||
|
* Netbeans file authentication not tested.
|
||||||
|
* GTK: display updating is not done properly and can be slow.
|
||||||
|
* setbufvar() causes a screen redraw.
|
||||||
|
* filter() and map() either require a string or defining a function.
|
||||||
|
* Memory leak when using a function callback.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 14 08:38:51 UTC 2016 - idonmez@suse.com
|
Thu Jul 14 08:38:51 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 2033
|
%define patchlevel 2045
|
||||||
%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