From 970e634657ecc1a1c4127c737f28f407659f44cc0c40f19221aeda505f296bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 18 Jan 2016 20:38:30 +0000 Subject: [PATCH] - Updated to revision 1130, fixes the following problems * Repeating CTRL-A doesn't work. * No tests for :hardcopy and related options. * When making a change while need_wait_return is set there is a two second delay. * With 'rightleft' and concealing the cursor may move to the wrong position. * Vim can create a directory but not delete it. * When using ":next" with an illegal file name no error is reported. * Using {ns} in variable name does not work. (lilydjwg) * delete() does not work well with symbolic links. * delete(x, 'rf') does not delete files starting with a dot. * No longer get "." and ".." in directory list. * argidx() has a wrong value after ":%argdelete". (Yegappan Lakshmanan) * delete(x, 'rf') fails if a directory is empty. (Lcd) * Using ":argadd" when there are no arguments results in the second argument to be the current one. (Yegappan Lakshmanan) * There is no perleval(). * Can only get the directory of the current window. * Python None value can't be converted to a Vim value. * Memory leak in :vimgrep. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=304 --- v7.4.1087.tar.gz | 3 --- v7.4.1130.tar.gz | 3 +++ vim.changes | 23 +++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 v7.4.1087.tar.gz create mode 100644 v7.4.1130.tar.gz diff --git a/v7.4.1087.tar.gz b/v7.4.1087.tar.gz deleted file mode 100644 index a5bd78e..0000000 --- a/v7.4.1087.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2540b52dca515fe71079705f1a2f603f8e869a6b07e70341bc10fa68f3157ef8 -size 12547578 diff --git a/v7.4.1130.tar.gz b/v7.4.1130.tar.gz new file mode 100644 index 0000000..d8e9b6a --- /dev/null +++ b/v7.4.1130.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e728d3fbdcd80e376d442313ec97bad37c5126baab378f1c4b4c95b24bb9b76 +size 12565193 diff --git a/vim.changes b/vim.changes index f9be96f..3fb7df7 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Jan 18 20:34:16 UTC 2016 - idonmez@suse.com + +- Updated to revision 1130, fixes the following problems + * Repeating CTRL-A doesn't work. + * No tests for :hardcopy and related options. + * When making a change while need_wait_return is set there is a two second delay. + * With 'rightleft' and concealing the cursor may move to the wrong position. + * Vim can create a directory but not delete it. + * When using ":next" with an illegal file name no error is reported. + * Using {ns} in variable name does not work. (lilydjwg) + * delete() does not work well with symbolic links. + * delete(x, 'rf') does not delete files starting with a dot. + * No longer get "." and ".." in directory list. + * argidx() has a wrong value after ":%argdelete". (Yegappan Lakshmanan) + * delete(x, 'rf') fails if a directory is empty. (Lcd) + * Using ":argadd" when there are no arguments results in the second + argument to be the current one. (Yegappan Lakshmanan) + * There is no perleval(). + * Can only get the directory of the current window. + * Python None value can't be converted to a Vim value. + * Memory leak in :vimgrep. + ------------------------------------------------------------------- Sun Jan 11 08:11:21 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index ef60227..5bec785 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1087 +%define patchlevel 1130 %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}