diff options
-rw-r--r-- | plugin/tabs_grep.vim | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugin/tabs_grep.vim b/plugin/tabs_grep.vim index 30574d3..d8a498a 100644 --- a/plugin/tabs_grep.vim +++ b/plugin/tabs_grep.vim @@ -10,7 +10,10 @@ function! TabsGrep(search) call filter(tabs, function('s:MatchString', [a:search])) echo tabs - echo s:FilterTabPageElements(tabs) + let tabs = s:FilterTabPageElements(tabs) + for line in tabs + echo line + endfor " let filtered_tabs = system( " \ 'echo ' |