aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorTeddy Wing2018-04-07 23:43:02 +0200
committerTeddy Wing2018-04-07 23:43:02 +0200
commitace0ff92ab8db692f1d837a9a8caddfa943d9445 (patch)
tree42d5ab7d84268ac1d5f77ca48fa0318f3c570ea5 /plugin
parentfde7c45f0eba262e58d733a358f02a9704aef910 (diff)
downloadvim-tabs-grep-ace0ff92ab8db692f1d837a9a8caddfa943d9445.tar.bz2
Remove old commented code
This was never really useful, just a holdover from very early development (copied from LsGrep and modified a bit).
Diffstat (limited to 'plugin')
-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)