aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugin/tabs_grep.vim2
1 files changed, 0 insertions, 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