-
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=316
This commit is contained in:
parent
2a18ba572f
commit
7389e26595
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1b7042b445c9d7b8eb73b430cc8e66585439b795e8142208f147630b5d3c1743
|
|
||||||
size 12600542
|
|
3
v7.4.1410.tar.gz
Normal file
3
v7.4.1410.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:94a921e2ba83456165506fd2d4f7fc2a3ace7635d33b40fcbb57090a72c347af
|
||||||
|
size 12586420
|
13
vim.changes
13
vim.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 24 09:06:22 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 1410, fixes the following problems
|
||||||
|
* The close-cb option is not implemented yet.
|
||||||
|
* Perl eval doesn't work properly on 64-bit big-endian machine.
|
||||||
|
* Having 'autochdir' set during startup and using diff mode doesn't work.
|
||||||
|
* GTK 3 is not supported.
|
||||||
|
* Completion menu flickers.
|
||||||
|
* Leaking memory in cs_print_tags_priv().
|
||||||
|
* json_encode() does not handle NaN and inf properly.
|
||||||
|
* Leaking memory in cscope interface.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 23 08:25:46 UTC 2016 - idonmez@suse.com
|
Tue Feb 23 08:25:46 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 1397
|
%define patchlevel 1410
|
||||||
%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