Fix exists(grepadd)

This commit is contained in:
Gilson Filho
2012-10-17 16:15:39 -03:00
parent 7e2d64f91d
commit f0752b8560

View File

@@ -42,7 +42,7 @@ function s:SearchTasksGrep(directory)
endfunction
" }}}
if has("grepadd"):
if has("grepadd")
command -nargs=1 SearchTasksGrep call s:SearchTasksGrep('<args>')
endif
command -nargs=1 SearchTasks call s:SearchTasks('<args>')