From d7e18b5c9591da967b707ee4219f1f8789edc175 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 12 Jan 2015 10:14:52 -0500 Subject: Revert "[WIP] "abstract_ui" fixes and improvements" --- runtime/plugin/matchparen.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/plugin') diff --git a/runtime/plugin/matchparen.vim b/runtime/plugin/matchparen.vim index 4dc0b7cd61..3804ab949a 100644 --- a/runtime/plugin/matchparen.vim +++ b/runtime/plugin/matchparen.vim @@ -45,7 +45,7 @@ function! s:Highlight_Matching_Pair() " Avoid that we remove the popup menu. " Return when there are no colors (looks like the cursor jumps). - if pumvisible() || (&term != 'abstract_ui' && &t_Co < 8 && !has("gui_running")) + if pumvisible() || (&t_Co < 8 && !has("gui_running")) return endif -- cgit