diff options
author | Teddy Wing | 2018-04-07 23:43:02 +0200 |
---|---|---|
committer | Teddy Wing | 2018-04-07 23:43:02 +0200 |
commit | ace0ff92ab8db692f1d837a9a8caddfa943d9445 (patch) | |
tree | 42d5ab7d84268ac1d5f77ca48fa0318f3c570ea5 /plugin | |
parent | fde7c45f0eba262e58d733a358f02a9704aef910 (diff) | |
download | vim-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.vim | 9 |
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) |