From acb400f3da63288f485398d47c7b91c749e220b6ae32961f835e4f3f450a5834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 10 Apr 2017 12:25:57 +0000 Subject: [PATCH] - OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=434 --- vim-8.0-ttytype-test.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 vim-8.0-ttytype-test.patch diff --git a/vim-8.0-ttytype-test.patch b/vim-8.0-ttytype-test.patch deleted file mode 100644 index 3b0aa08..0000000 --- a/vim-8.0-ttytype-test.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- src/testdir/test_options.vim -+++ src/testdir/test_options.vim 2017/03/20 15:39:06 -@@ -283,7 +283,8 @@ - " FIXME: "set ttytype=" gives E522 instead of E529 - " in travis on some builds. Why? Commented out this test for now. - " call assert_fails('set ttytype=', 'E529:') -- call assert_fails('set ttytype=xxx', 'E522:') -+ " Does not work, not even with older versions of vim -+ " call assert_fails('set ttytype=xxx', 'E522:') - set ttytype& - call assert_equal(&ttytype, &term) - endif