From fde7c45f0eba262e58d733a358f02a9704aef910 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 7 Apr 2018 23:42:43 +0200 Subject: Remove debug `echo`s --- plugin/tabs_grep.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/tabs_grep.vim b/plugin/tabs_grep.vim index d8a498a..07c8075 100644 --- a/plugin/tabs_grep.vim +++ b/plugin/tabs_grep.vim @@ -6,9 +6,7 @@ function! TabsGrep(search) let tabs = split(tabs_output, '\n') - echo tabs call filter(tabs, function('s:MatchString', [a:search])) - echo tabs let tabs = s:FilterTabPageElements(tabs) for line in tabs -- cgit v1.2.3