From bf3574f63aabd19ffe191c82d025d0a9025f960ceefe68e4a84311d1323349fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 22 Sep 2016 08:41:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=387 --- fix_test_popup.patch | 28 ---------------------------- vim.spec | 2 -- 2 files changed, 30 deletions(-) delete mode 100644 fix_test_popup.patch diff --git a/fix_test_popup.patch b/fix_test_popup.patch deleted file mode 100644 index c78cf2a..0000000 --- a/fix_test_popup.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/src/testdir/test_popup.vim b/src/testdir/test_popup.vim -index 6e07393..eae8bc3 100644 ---- a/src/testdir/test_popup.vim -+++ b/src/testdir/test_popup.vim -@@ -17,16 +17,18 @@ func! ListMonths() - endfunc - - func! Test_popup_complete2() -- " Insert match immediately, if there is only one match -- " Should select a character from the line below -- " TODO: test disabled because the code change has been reverted. -- throw "Skipped: Bug with and popupmenu not fixed yet" -+ " 'the popup menu is not visible' is not equivalent to 'the completion mode -+ " is not active'. -+ " After the type , Vim still stay in the first state of the completion -+ " mode. It is not related to the visible of popup. -+ " So that, the first behavior is `complete_CTRL-E`, and the second and -+ " more is `i_CTRL_E` - new - inoremap =ListMonths() - call append(1, ["December2015"]) - :1 - call feedkeys("aD\\\\\\\", 'tx') -- call assert_equal(["December2015", "", "December2015"], getline(1,3)) -+ call assert_equal(["Dece", "", "December2015"], getline(1,3)) - %d - bw! - endfu diff --git a/vim.spec b/vim.spec index 251f367..590931e 100644 --- a/vim.spec +++ b/vim.spec @@ -92,7 +92,6 @@ Patch15: %{name}-7.4-filetype_apparmor.patch Patch18: %{name}-7.3-filetype_spec.patch Patch21: %{name}-7.3-filetype_changes.patch Patch22: %{name}-7.4-filetype_mine.patch -Patch23: fix_test_popup.patch Patch100: vim73-no-static-libpython.patch %description @@ -167,7 +166,6 @@ cp %{SOURCE23} runtime/syntax/apparmor.vim %patch18 -p1 %patch21 -p1 %patch22 -p1 -%patch23 -p1 %patch100 -p1 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .