aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/ls_grep.vim
blob: 64cde5faedbb7a9232445bdd2d405d29743e7753 (plain)
1
2
3
4
5
6
if exists("g:loaded_ls_grep")
	finish
endif
let g:loaded_ls_grep = 1

command! -nargs=1 LsGrep call ls_grep#LsGrep("<args>")