aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/tabs_grep.vim
blob: 1232f62509254a4fe96832796c4d099dc9e39099 (plain)
1
2
3
4
5
6
if exists('g:loaded_tabs_grep')
	finish
endif
let g:loaded_tabs_grep = 1

command! -nargs=1 TabsGrep :call tabs_grep#TabsGrep(<f-args>)