mirror of
https://github.com/gilsondev/searchtasks.vim.git
synced 2025-11-17 06:03:37 -05:00
Fix exists(grepadd)
This commit is contained in:
@@ -42,7 +42,7 @@ function s:SearchTasksGrep(directory)
|
|||||||
endfunction
|
endfunction
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
if has("grepadd"):
|
if has("grepadd")
|
||||||
command -nargs=1 SearchTasksGrep call s:SearchTasksGrep('<args>')
|
command -nargs=1 SearchTasksGrep call s:SearchTasksGrep('<args>')
|
||||||
endif
|
endif
|
||||||
command -nargs=1 SearchTasks call s:SearchTasks('<args>')
|
command -nargs=1 SearchTasks call s:SearchTasks('<args>')
|
||||||
|
|||||||
Reference in New Issue
Block a user