aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/find.vim
blob: 55c4fcbad32a9fe40edb282f2041c8ef6bddc1b1 (plain)
1
2
3
command! -nargs=* Cexpr cexpr system(expand(<q-args>))
command! -nargs=* -complete=file Find call gxfind#find(<q-args>)