From 215dd177e2a1f537baa84e4f6febfa5b8d87de1286a9cc0242f30e024dc1f6d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 14 Sep 2015 13:27:48 +0000 Subject: [PATCH] - Updated to revision 865, fixes the following problems * GTK: font glitches for combining characters * "zt" still doesn't work well with filler lines. (Gary Johnson) * Dragging the current tab with the mouse doesn't work properly. * It's a bit clumsy to execute a command on a list of matches. * Vim doesn't recognize all htmldjango files. * Filetype detection is outdated. * pango_shape_full() is not always available. * Still problems with pango_shape_full() not available. * plines_nofill() used without the diff feature. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=285 --- v7.4.854.tar.gz | 3 --- v7.4.865.tar.gz | 3 +++ vim.changes | 14 ++++++++++++++ vim.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 v7.4.854.tar.gz create mode 100644 v7.4.865.tar.gz diff --git a/v7.4.854.tar.gz b/v7.4.854.tar.gz deleted file mode 100644 index 56b7132..0000000 --- a/v7.4.854.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08869d7076fbb6e29b81287393c016d48c9cef12e296b79e2f2c9fcc677097d9 -size 12209025 diff --git a/v7.4.865.tar.gz b/v7.4.865.tar.gz new file mode 100644 index 0000000..3c69468 --- /dev/null +++ b/v7.4.865.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c92b2bc6ba7933b38fdf1879f8d7014efeb7b94aead6ef82f7c4a954fb75cf +size 12212189 diff --git a/vim.changes b/vim.changes index 2983d94..f5f5b65 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Sep 14 13:20:02 UTC 2015 - idonmez@suse.com + +- Updated to revision 865, fixes the following problems + * GTK: font glitches for combining characters + * "zt" still doesn't work well with filler lines. (Gary Johnson) + * Dragging the current tab with the mouse doesn't work properly. + * It's a bit clumsy to execute a command on a list of matches. + * Vim doesn't recognize all htmldjango files. + * Filetype detection is outdated. + * pango_shape_full() is not always available. + * Still problems with pango_shape_full() not available. + * plines_nofill() used without the diff feature. + ------------------------------------------------------------------- Thu Sep 3 12:24:50 UTC 2015 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index a2886ef..6e977d9 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 854 +%define patchlevel 865 %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}