diff options
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) | 
