aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/tabs_grep.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/tabs_grep.vim')
-rw-r--r--plugin/tabs_grep.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugin/tabs_grep.vim b/plugin/tabs_grep.vim
index 07c8075..1e811cf 100644
--- a/plugin/tabs_grep.vim
+++ b/plugin/tabs_grep.vim
@@ -12,15 +12,6 @@ function! TabsGrep(search)
for line in tabs
echo line
endfor
-
- " let filtered_tabs = system(
- " \ 'echo '
- " \ . shellescape(tabs_output)
- " \ . " | grep -i "
- " \ . shellescape(a:search)
- " \ )
- "
- " echo filtered_tabs
endfunction
function! s:MatchString(search, index, value)