From a45e3dd155f4c129a70e1e408686dc868ab14dd23a730042a502f8b6fb5d422d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 24 Mar 2014 14:38:11 +0000 Subject: [PATCH] - OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=207 --- vim.changes | 5 +++++ vim.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/vim.changes b/vim.changes index b155c44..c863c2a 100644 --- a/vim.changes +++ b/vim.changes @@ -15,6 +15,11 @@ Mon Mar 24 11:46:08 UTC 2014 - idonmez@suse.com * It's not possible to open a new buffer without creating a swap file. +------------------------------------------------------------------- +Sun Mar 23 09:18:30 UTC 2014 - schwab@linux-m68k.org + +- Clean up after the testsuite + ------------------------------------------------------------------- Thu Mar 13 11:13:57 UTC 2014 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index a1f277f..eb59d97 100644 --- a/vim.spec +++ b/vim.spec @@ -349,6 +349,8 @@ mkdir -p %{buildroot}/var/run/vi.recover %endif %check +# Reset the terminal scrolling region left behind by the testsuite +trap "printf '\e[r'" EXIT # Look for "TEST FAILURE" in the build log make test