From f5059a4502b8c237d5d9b8b87766305e8d11a8abf8f3cb64fbb36162ed02608a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 30 Aug 2014 14:30:34 +0000 Subject: [PATCH] =?UTF-8?q?-=20Updated=20to=20revision=20429,=20fixes=20th?= =?UTF-8?q?e=20following=20problems=20=20=20*=20When=20leaving=20":append"?= =?UTF-8?q?=20the=20cursor=20shape=20is=20like=20in=20Insert=20mode.=20=20?= =?UTF-8?q?=20=20=20(Jacob=20Niehus)=20=20=20*=20When=20part=20of=20a=20li?= =?UTF-8?q?st=20is=20locked=20it's=20possible=20to=20make=20changes.=20=20?= =?UTF-8?q?=20*=20Crash=20when=20searching=20for=20"\ze*".=20(Urtica=20Dio?= =?UTF-8?q?ica)=20=20=20*=20When=20using=20conceal=20with=20linebreak=20so?= =?UTF-8?q?me=20text=20is=20not=20displayed=20=20=20=20=20correctly.=20(Gr?= =?UTF-8?q?=C3=BCner=20Gimpel)=20=20=20*=20expand("$shell")=20does=20not?= =?UTF-8?q?=20work=20as=20documented.=20=20=20*=20Get=20ml=5Fget=20error?= =?UTF-8?q?=20when=20using=20Python=20to=20delete=20lines=20in=20a=20buffe?= =?UTF-8?q?r=20=20=20=20=20that=20is=20not=20in=20a=20window.=20=20issue?= =?UTF-8?q?=20248.=20=20=20*=20When=20'showbreak'=20is=20used=20"gj"=20may?= =?UTF-8?q?=20move=20to=20the=20wrong=20position.=20=20=20=20=20(Nazri=20R?= =?UTF-8?q?amliy)=20=20=20*=20When=20an=20InsertCharPre=20autocommand=20ex?= =?UTF-8?q?ecutes=20system()=20typeahead=20may=20=20=20=20=20be=20echoed?= =?UTF-8?q?=20and=20messes=20up=20the=20display.=20(Jacob=20Niehus)=20=20?= =?UTF-8?q?=20*=20Build=20fails=20with=20fewer=20features.=20(Elimar=20Rie?= =?UTF-8?q?sebieter)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=229 --- _service | 4 ++-- vim-7.4.417.hg.6162.tar.xz | 3 --- vim-7.4.429.hg.6187.tar.xz | 3 +++ vim.changes | 19 +++++++++++++++++++ vim.spec | 4 ++-- 5 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 vim-7.4.417.hg.6162.tar.xz create mode 100644 vim-7.4.429.hg.6187.tar.xz diff --git a/_service b/_service index 2abdb94..efb7c71 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ hg https://code.google.com/p/vim/ vim - 7.4.417.hg - v7-4-417 + 7.4.429.hg + v7-4-429 xz diff --git a/vim-7.4.417.hg.6162.tar.xz b/vim-7.4.417.hg.6162.tar.xz deleted file mode 100644 index 180736d..0000000 --- a/vim-7.4.417.hg.6162.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed397439890e2be12ce7c5ace616f6de4cb935422666562232e6ae96e9310001 -size 7799164 diff --git a/vim-7.4.429.hg.6187.tar.xz b/vim-7.4.429.hg.6187.tar.xz new file mode 100644 index 0000000..b3f14c8 --- /dev/null +++ b/vim-7.4.429.hg.6187.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c62dcfa18aa2ebf55bb3842411e57de4c0325ebb1bf9872113f5f67769f8a9 +size 7800268 diff --git a/vim.changes b/vim.changes index 4022a97..237204f 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Aug 30 14:21:44 UTC 2014 - idonmez@suse.com + +- Updated to revision 429, fixes the following problems + * When leaving ":append" the cursor shape is like in Insert mode. + (Jacob Niehus) + * When part of a list is locked it's possible to make changes. + * Crash when searching for "\ze*". (Urtica Dioica) + * When using conceal with linebreak some text is not displayed + correctly. (GrĂ¼ner Gimpel) + * expand("$shell") does not work as documented. + * Get ml_get error when using Python to delete lines in a buffer + that is not in a window. issue 248. + * When 'showbreak' is used "gj" may move to the wrong position. + (Nazri Ramliy) + * When an InsertCharPre autocommand executes system() typeahead may + be echoed and messes up the display. (Jacob Niehus) + * Build fails with fewer features. (Elimar Riesebieter) + ------------------------------------------------------------------- Fri Aug 29 08:01:50 UTC 2014 - coolo@suse.com diff --git a/vim.spec b/vim.spec index dd67156..3cf6c13 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 7.4 -%define patchlevel 417 -%define revision 6162 +%define patchlevel 429 +%define revision 6187 %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}