From db817d994dadf60b83d991ed06e8fd5f67cd12013a08e5e47825f089c0fd3a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 19 Mar 2016 06:48:59 +0000 Subject: [PATCH] - Updated to revision 1591, fixes the following problems * Crash when using function reference. * Using ":call dict.func()" where the function is a partial does not work. * Get E923 when using function(dict.func, [], dict). * Warning for unitinialized variable. * Partial is not recognized everywhere. * Nesting partials doesn't work. * Compiler warnings with 64 bit compiler. * Old style test for quickfix. * Combining dict and args with partial doesn't always work. * Warning for shadowed variable. * The quickfix title is truncated. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=335 --- v7.4.1591.tar.gz | 3 +++ vim.changes | 17 +++++++++++++++++ vim.spec | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 v7.4.1591.tar.gz diff --git a/v7.4.1591.tar.gz b/v7.4.1591.tar.gz new file mode 100644 index 0000000..d3763af --- /dev/null +++ b/v7.4.1591.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b2524fac25ff0ff2b47f30a77fae6c83ded7cb62ebfcd1236c624209d6feb2 +size 12559830 diff --git a/vim.changes b/vim.changes index 333c64b..f0e7e51 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Mar 19 06:43:42 UTC 2016 - idonmez@suse.com + +- Updated to revision 1591, fixes the following problems + * Crash when using function reference. + * Using ":call dict.func()" where the function is a partial + does not work. + * Get E923 when using function(dict.func, [], dict). + * Warning for unitinialized variable. + * Partial is not recognized everywhere. + * Nesting partials doesn't work. + * Compiler warnings with 64 bit compiler. + * Old style test for quickfix. + * Combining dict and args with partial doesn't always work. + * Warning for shadowed variable. + * The quickfix title is truncated. + ------------------------------------------------------------------- Wed Mar 16 11:18:05 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 99e2814..7ce7f9c 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1579 +%define patchlevel 1591 %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}