diff options
author | Teddy Wing | 2018-04-07 23:42:43 +0200 |
---|---|---|
committer | Teddy Wing | 2018-04-07 23:42:43 +0200 |
commit | fde7c45f0eba262e58d733a358f02a9704aef910 (patch) | |
tree | 496d25834530cbec432af151e4a1c58edf252085 | |
parent | acb8a320fe88b8b3a47eded0b0b9745f55faa986 (diff) | |
download | vim-tabs-grep-fde7c45f0eba262e58d733a358f02a9704aef910.tar.bz2 |
Remove debug `echo`s
-rw-r--r-- | plugin/tabs_grep.vim | 2 |
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 |