aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-04-07 23:42:43 +0200
committerTeddy Wing2018-04-07 23:42:43 +0200
commitfde7c45f0eba262e58d733a358f02a9704aef910 (patch)
tree496d25834530cbec432af151e4a1c58edf252085
parentacb8a320fe88b8b3a47eded0b0b9745f55faa986 (diff)
downloadvim-tabs-grep-fde7c45f0eba262e58d733a358f02a9704aef910.tar.bz2
Remove debug `echo`s
-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