mirror of
https://github.com/gilsondev/searchtasks.vim.git
synced 2025-11-16 13:43:46 -05:00
Fix exists(grepadd)
This commit is contained in:
@@ -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>')
|
||||
|
||||
Reference in New Issue
Block a user