From ace0ff92ab8db692f1d837a9a8caddfa943d9445 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 7 Apr 2018 23:43:02 +0200 Subject: Remove old commented code This was never really useful, just a holdover from very early development (copied from LsGrep and modified a bit). --- plugin/tabs_grep.vim | 9 --------- 1 file changed, 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) -- cgit v1.2.3