From a7b867189e6ccdfdf98477d277a1f6f412441b79 Mon Sep 17 00:00:00 2001 From: ichizok Date: Thu, 23 Mar 2017 12:56:25 +0900 Subject: [PATCH] Skip Test_edit_MOUSE --- src/testdir/test_edit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testdir/test_edit.vim b/src/testdir/test_edit.vim index 344c12664c..0c9c6c268d 100644 --- a/src/testdir/test_edit.vim +++ b/src/testdir/test_edit.vim @@ -1054,7 +1054,7 @@ endfunc func! Test_edit_MOUSE() " This is a simple test, since we not really using the mouse here - if !has("mouse") + if !has("mouse") || (has("gui_macvim") && has("gui_running")) return endif 10new